Ecosyste.ms: Awesome
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: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ymdarake/kotlin-demo
- Owner: ymdarake
- Created: 2018-04-04T12:00:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T15:21:15.000Z (almost 7 years ago)
- Last Synced: 2024-11-15T18:12:18.955Z (3 months ago)
- Topics: demo, kotiln, tutorial
- Language: Kotlin
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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