Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdeleuze/spring-boot-kotlin-demo
Spring Boot Kotlin project with a REST Webservice and Spring Data
https://github.com/sdeleuze/spring-boot-kotlin-demo
Last synced: 8 days ago
JSON representation
Spring Boot Kotlin project with a REST Webservice and Spring Data
- Host: GitHub
- URL: https://github.com/sdeleuze/spring-boot-kotlin-demo
- Owner: sdeleuze
- Created: 2016-01-31T17:11:34.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T10:16:31.000Z (5 months ago)
- Last Synced: 2024-10-11T16:11:25.719Z (27 days ago)
- Language: Kotlin
- Homepage: https://spring.io/blog/2016/02/15/developing-spring-boot-applications-with-kotlin
- Size: 232 KB
- Stars: 615
- Watchers: 28
- Forks: 169
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-kotlin - spring-boot-kotlin-demo - Spring Boot Kotlin project with a REST Webservice and Spring Data (Libraries)
README
# Spring Boot Kotlin sample project
This is the source code for a sample Spring Boot application developed with Kotlin and Spring Data JDBC.
**See also https://github.com/spring-guides/tut-spring-boot-kotlin for a more complete Spring Boot + Kotlin + JPA example.**
You can launch the application with by running:
$ ./gradlew bootRun
And request http://localhost:8080/customers.
This project uses a [Gradle Kotlin DSL](https://docs.gradle.org/current/userguide/kotlin_dsl.html).
This project is Apache 2.0 licensed.