Skip to content

oeil/kotlin-springboot-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot based Kotlin Standalone WebApp Skeleton

This branch uses Netty as web-server with reactive (async) paradigm.

  • Spring Boot (Embedded Web Server + REST)
  • Jackson
  • Logback

Those branches provide prototypes of Spring Boot apps based on different flavors associated integrated with different tech:

Build Project

mvn clean package

Run Application

java -jar target/kotlin-springboot-skeleton-1.0.0-SNAPSHOT.jar