In this repository I made a template to build an application using the stack on title.
- Java 17
- Spring Boot 3.0.10
- JPA
- Hibernate
- PostgreSQL
- Docker
- Java
- Clone or install the repository
./mvnw clean package -DskipTests
to install the .jar of the projectdocker-compose up -d
to run the application and the databasedocker ps
to see if the app and database are running correctly