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).
- Host: GitHub
- URL: https://github.com/nosix/spring-reactive-kotlin-example
- Owner: nosix
- License: apache-2.0
- Created: 2020-11-03T08:00:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-07T08:31:06.000Z (over 4 years ago)
- Last Synced: 2025-01-02T11:09:14.933Z (4 months ago)
- Language: Kotlin
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-flowR2DBC
- 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/bc036b433444f5c33dc4Spring 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-webfluxJWT
- https://jwt.io/introduction/
- https://security.stackexchange.com/questions/95972/what-are-requirements-for-hmac-secret-keyRetrofit
- https://stackoverflow.com/questions/41078866/retrofit2-authorization-global-interceptor-for-access-token
- https://github.com/square/retrofit/issues/1554Kotlinx Serialization
- https://github.com/Kotlin/kotlinx.serialization/issues/678