This is the Spring Boot backend for Team Server Down.
- Install & run Docker Desktop
- Add the following entries to
/etc/hosts:
127.0.0.1 api.teamserverdown.devops.aet.cit.tum.de
- Add ./server/docker/nginx/cert.crt to your trust store (Keychain Access > System)
- Set "When using this certificate" to "Always Trust"
Start the server using docker compose up
https://api.teamserverdown.devops.aet.cit.tum.de/swagger-ui/index.html
gradle flywayMigrate
gradle sonarLintMain
| Action | Command |
|---|---|
| Format files | gradle spotlessApply |
| Check formatting | gradle spotlessCheck |
gradle test