Skip to content

bettercodepaul/swt2-bsa-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SWT2 - Bogenliga Application - Spring Boot Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published