https://github.com/kid1412621/kotlin-spring
Scaffold project of integrating Spring Framework using Kotlin.
https://github.com/kid1412621/kotlin-spring
kotlin spring
Last synced: about 1 month ago
JSON representation
Scaffold project of integrating Spring Framework using Kotlin.
- Host: GitHub
- URL: https://github.com/kid1412621/kotlin-spring
- Owner: kid1412621
- Created: 2019-10-07T17:49:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T17:58:43.000Z (over 6 years ago)
- Last Synced: 2025-10-08T16:40:34.906Z (9 months ago)
- Topics: kotlin, spring
- Language: Kotlin
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin Spring Integration
Scaffold project of integrating Spring Framework using Kotlin.
## Todo
- [x] Spring boot
- [x] Spring Webflux (corouter seems buggy due to kotlin coroutine)
- [x] Spring Jpa (MySQL)
- [ ] Spring Security
- [ ] Spring Cache
- [ ] nosql (Redis)
- [ ] JUnit
- [ ] Docker