Example applications for Spring Boot in Three Languages blog post.
For more information see Spring Boot in Three Languages
>cd jvmlanguages-java
>gradlew bootRun
Open browser to http://localhost:8080/
>cd jvmlanguages-groovy
>gradlew bootRun
Open browser to http://localhost:8080/
>cd jvmlanguages-kotlin
>gradlew bootRun
Open browser to http://localhost:8080/
This project is licensed under the Apache License version 2.0.
See the LICENSE file or go to Apache License 2.0 for more information.