https://github.com/restatedev/kotlin-spring-boot-template
Kotlin + Spring Boot template
https://github.com/restatedev/kotlin-spring-boot-template
Last synced: about 2 months ago
JSON representation
Kotlin + Spring Boot template
- Host: GitHub
- URL: https://github.com/restatedev/kotlin-spring-boot-template
- Owner: restatedev
- Created: 2026-01-14T10:28:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-05-20T07:56:02.000Z (2 months ago)
- Last Synced: 2026-05-20T11:42:39.052Z (2 months ago)
- Language: Kotlin
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello world - Spring Boot example
Sample project configuration of a Restate service using the Kotlin SDK and Spring Boot.
Have a look at the [Kotlin Quickstart guide](https://docs.restate.dev/get_started/quickstart?sdk=kotlin) for more information on how to use this project.
## Starting the service
To start the service, simply run:
```shell
$ ./gradlew bootRun
```