Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdeleuze/spring-boot-coroutines-demo
https://github.com/sdeleuze/spring-boot-coroutines-demo
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdeleuze/spring-boot-coroutines-demo
- Owner: sdeleuze
- Created: 2019-02-18T13:16:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T14:42:14.000Z (over 3 years ago)
- Last Synced: 2024-10-11T16:11:25.332Z (27 days ago)
- Language: Kotlin
- Size: 72.3 KB
- Stars: 55
- Watchers: 11
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Spring Boot Coroutines demo
This project demonstrates how to use https://docs.spring.io/spring-framework/docs/current/reference/html/languages.html#coroutines[WebFlux Coroutines API] from a Spring Boot application. See https://github.com/sdeleuze/spring-boot-coroutines-demo/blob/master/src/main/kotlin/com/example/CoroutinesApplication.kt[CoroutinesApplication] and https://github.com/sdeleuze/spring-boot-coroutines-demo/blob/master/src/main/kotlin/com/example/CoroutinesController.kt[CoroutinesController] for more details.