Template application made with Kotlin and Spring WebFlux
- Template controllers
- Health-check controller
- Logging filters, working on every entry request
- Abstract HTTP connector. Ready to be extended
- Controller Advice configured and ready to include new exceptions
- Jackson configuration
- Mongo dependency included in pom
- Currently, using Java 17
* You will need JVM 17.
* You will need Kotlin installed.
* Inside src/main/kotlin/gamer/configuration you will find
the main class, App.kt ready to be launched.