An open API service indexing awesome lists of open source software.

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

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
```