项目作者: mrtinkz
项目描述 :
Kotlin Spring Boot Starter
高级语言: Kotlin
项目地址: git://github.com/mrtinkz/kotlin-boot-starter.git
A lot of work needs to be done on the readme and many features to be included. Please report or request new feature additions.
kotlin-boot-starter
Kotlin Spring Boot Starter
This is an opiniated kotlin spring boot starter application
Features
- Sample kotlin rest services
- Sample data seed using a rest service
- Spring batch configuration
Getting Started
- Runs fine in IntelliJ
- Import this project using Spring Tool Suite (STS)
- Maven install
- Run the KotlinApplication.kt
OR
- run ./mvnw from command line
- the starter comes with a postman collection to run some tests.
Pending