Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sdeleuze/spring-boot-coroutines-demo


https://github.com/sdeleuze/spring-boot-coroutines-demo

Last synced: 11 days ago
JSON representation

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.