Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 695 Bytes

File metadata and controls

27 lines (22 loc) · 695 Bytes

Kotlin Spring MVC

Demo project demonstrating the use of Kotlin, Spring MVC and Mustache to build a mock blog on the subject of giraffes. JUnit Jupiter is used for building the testing framework.

Running locally

./gradlew build
java -jar build/libs/giraffe-blog-0.1.0.jar

Running on Docker

docker build -t "kotlin-spring-mvc" .
docker run -p 8080:8080 kotlin-spring-mvc

Support Kapt in IntelliJ IDEA

./gradlew kaptKotlin

Resources

References

Based upon: https://spring.io/guides/tutorials/spring-boot-kotlin