Skip to content

Reference repository for Spring Boot applications that interact with a PostgreSQL database

Notifications You must be signed in to change notification settings

squidmin/java-spring-boot-postgresql-reference

Repository files navigation

java17-spring-boot-postgresql-reference

Reference repository for Spring Boot applications that interact with a PostgreSQL database.

Build the application

./gradlew build

Build and run the containers

docker-compose run --rm -it app ./gradlew bootRun

Stop and remove all containers

docker-compose down