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

https://github.com/nosix/spring-reactive-kotlin-example

Example of Spring WebFlux + R2DBC + Kotlin Coroutine + Kotlin Serialization (with comments in Japanese).
https://github.com/nosix/spring-reactive-kotlin-example

Last synced: 2 months ago
JSON representation

Example of Spring WebFlux + R2DBC + Kotlin Coroutine + Kotlin Serialization (with comments in Japanese).

Awesome Lists containing this project

README

        

# 参考

Reactive with Spring, Coroutines and Kotlin Flow
- https://spring.io/blog/2019/04/12/going-reactive-with-spring-coroutines-and-kotlin-flow

R2DBC
- https://medium.com/@thomasandolf/r2dbc-getting-started-d0afcfc05be2
- https://spring.pleiades.io/guides/gs/accessing-data-r2dbc/
- https://spring.pleiades.io/spring-data/r2dbc/docs/1.1.3.RELEASE/reference/html/
- https://spring.pleiades.io/spring-data/r2dbc/docs/current-SNAPSHOT/reference/html/

DataSource Initializer
- https://qiita.com/kazuki43zoo/items/bc036b433444f5c33dc4

Spring Security
- https://spring.pleiades.io/spring-security/site/docs/current/reference/html5/
- https://qiita.com/rubytomato@github/items/eb595303430b35f4773d
- https://stackoverflow.com/questions/56056404/disable-websession-creation-when-using-spring-security-with-spring-webflux

JWT
- https://jwt.io/introduction/
- https://security.stackexchange.com/questions/95972/what-are-requirements-for-hmac-secret-key

Retrofit
- https://stackoverflow.com/questions/41078866/retrofit2-authorization-global-interceptor-for-access-token
- https://github.com/square/retrofit/issues/1554

Kotlinx Serialization
- https://github.com/Kotlin/kotlinx.serialization/issues/678