Skip to content

pauldragoslav/Kotlin-Spring-MVC

Repository files navigation

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

About

Demo project demonstrating the use of Kotlin, Spring MVC and Mustache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published