Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.6 KB

File metadata and controls

37 lines (26 loc) · 1.6 KB

Build Quality Gate Status Coverage Code Smells

Bogenliga Application

Content

  • Spring Boot with REST services
  • Flyway

How to use

You can use mvnw (shell) or mvnw.cmd script to configure Apache Maven. Use mvnw instead of mvn commands.

  1. Build project
    • go to the root directory: cd bogenliga
    • run: mvn clean install
  2. Run database migration
    • go to the bogenliga-db-migration directory: cd bogenliga-db-migration
    • run: mvn clean flyway:clean flyway:migrate -PLOCAL
  3. Run Spring Boot
    • go to the bogenliga-application directory: cd bogenliga-application
    • run: mvn spring-boot:run
  4. Open Swagger API documentation

References