An open API service indexing awesome lists of open source software.

https://github.com/ehsaniara/demo2

Spring Boot JPA example
https://github.com/ehsaniara/demo2

Last synced: 12 months ago
JSON representation

Spring Boot JPA example

Awesome Lists containing this project

README

          

# Demo2:
## Spring Boot and JPA, Best Practices

Make sure your docker desktop is running (https://www.docker.com/get-started/)

> Note: review the following link for docker license https://www.docker.com/pricing/ base on your workstation.

### Run Local Postgres

```shell
docker-compose up -d
```

docker compose file [docker-compose.yml](docker-compose.yml) has provided on this repo.

### Test

```shell
./gradlew test
```