WebTestClient]. Browse these examples for further ideas.
@ -8784,7 +8784,7 @@ configuration. Check for the support for code completion on static members.
@@ -8784,7 +8784,7 @@ configuration. Check for the support for code completion on static members.
@ -380,8 +380,8 @@ The following example shows how compile a template:
@@ -380,8 +380,8 @@ The following example shows how compile a template:
----
Check out the Spring Framework unit tests,
https://github.com/spring-projects/spring-framework/tree/master/spring-webflux/src/test/java/org/springframework/web/reactive/result/view/script[Java], and
@ -9,11 +9,10 @@ https://www.reactive-streams.org/[Reactive Streams] back pressure, and runs on s
@@ -9,11 +9,10 @@ https://www.reactive-streams.org/[Reactive Streams] back pressure, and runs on s
Netty, Undertow, and Servlet 3.1+ containers.
Both web frameworks mirror the names of their source modules
(https://github.com/spring-projects/spring-framework/tree/master/spring-webmvc[spring-webmvc] and
@ -822,8 +822,8 @@ template engine configuration, for example). The following example shows how to
@@ -822,8 +822,8 @@ template engine configuration, for example). The following example shows how to
----
Check out the Spring Framework unit tests,
https://github.com/spring-projects/spring-framework/tree/master/spring-webmvc/src/test/java/org/springframework/web/servlet/view/script[Java], and
This section covers Spring Web MVC. The <<web-reactive.adoc#spring-web-reactive, next section>>
covers Spring WebFlux.
@ -301,7 +301,7 @@ Applications can declare the infrastructure beans listed in <<mvc-servlet-specia
@@ -301,7 +301,7 @@ Applications can declare the infrastructure beans listed in <<mvc-servlet-specia
that are required to process requests. The `DispatcherServlet` checks the
`WebApplicationContext` for each special bean. If there are no matching bean types,