An open API service indexing awesome lists of open source software.

https://github.com/ymdarake/kotlin-demo


https://github.com/ymdarake/kotlin-demo

demo kotiln tutorial

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Demo application using Kotlin on Spring

## what is done
### Spring Demo
- https://start.spring.io/
- Generate a
- `Gradle Project`
- with `Kotlin`
- and Spring Boot `2.0.0`
- Dependencies
- Web
- DevTools
- Thymeleaf
- Open with IntelliJ IDEA
- create HomeController
### Kotlin Demo
- some sample code for introducing Kotlin