Contains:
- codenarcs
- openclover
- gorm database migration
- swagger
- spring security rest
Login example
POST http://localhost:8080/api/login
{
"username": "client",
"password": "client"
}
Swagger endpoint (not secured)
GET http://localhost:8080/swagger/endpoint
Openclover command
./gradlew cloverGenerateReport --rerun-tasks
Codenarcs command
./gradlew app:check
Reports are stored at /app/build/reports