- Spring Boot with REST services
- Flyway
You can use mvnw (shell) or mvnw.cmd script to configure Apache Maven.
Use mvnw
instead of mvn
commands.
- Build project
- go to the root directory:
cd bogenliga
- run:
mvn clean install
- go to the root directory:
- Run database migration
- go to the bogenliga-db-migration directory:
cd bogenliga-db-migration
- run:
mvn clean flyway:clean flyway:migrate -PLOCAL
- go to the bogenliga-db-migration directory:
- Run Spring Boot
- go to the bogenliga-application directory:
cd bogenliga-application
- run:
mvn spring-boot:run
- go to the bogenliga-application directory:
- Open Swagger API documentation