提交 639a254e 编写于 作者: S Sebastien Deleuze

Polishing

上级 4e2b51be
...@@ -417,6 +417,8 @@ dependencies { ...@@ -417,6 +417,8 @@ dependencies {
} }
---- ----
Version `1.3.0` and above are supported.
=== How Reactive translates to Coroutines? === How Reactive translates to Coroutines?
For return values, the translation from Reactive to Coroutines APIs is the following: For return values, the translation from Reactive to Coroutines APIs is the following:
...@@ -541,7 +543,7 @@ class CoroutinesViewController(banner: Banner) { ...@@ -541,7 +543,7 @@ class CoroutinesViewController(banner: Banner) {
=== WebFlux.fn === WebFlux.fn
Here is an example of Coroutines router definined via the {doc-root}/spring-framework/docs/{spring-version}/kdoc-api/spring-framework/org.springframework.web.reactive.function.server/co-router.html[coRouter { }] DSL and related handlers. Here is an example of Coroutines router defined via the {doc-root}/spring-framework/docs/{spring-version}/kdoc-api/spring-framework/org.springframework.web.reactive.function.server/co-router.html[coRouter { }] DSL and related handlers.
[source,kotlin,indent=0] [source,kotlin,indent=0]
---- ----
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册