Skip to content

Template project for a new application. Builded with kotlin and spring-webflux

Notifications You must be signed in to change notification settings

GonzaV/kotlin-spring-webflux-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Template project for a new application. Builded with kotlin and spring-webflux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages