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
- Host: GitHub
- URL: https://github.com/ehsaniara/demo2
- Owner: ehsaniara
- License: apache-2.0
- Created: 2022-04-29T22:45:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T22:18:04.000Z (almost 4 years ago)
- Last Synced: 2025-02-25T05:30:59.774Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```