Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 431 Bytes

File metadata and controls

11 lines (10 loc) · 431 Bytes

This module contains the actual Spring Boot REST Web Application.

It has:

  • A REST API
    • A swagger UI for that
  • OIDC authentication
    • A nice login UI
  • A minimalistic "welcome page"
  • Actuator
  • A few static resources, e.g. robots.txt
  • multiple Maven profiles for development, production and so on