Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 828 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 828 Bytes

Kotlin with Spring WebFlux template

Template application made with Kotlin and Spring WebFlux

What's already done here?

  • 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

How to launch application:

* 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.