You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new WebTestClient is what should be used to test reactive controllers. We should provide one automatically when @SpringBootTest is used (similar use case than TestRestTemplate).
The text was updated successfully, but these errors were encountered:
This commit adds new reference documentation sections about WebFlux
support in Spring Boot:
* Support for multiple HTTP servers (gh-8403)
* `CodecCustomizer` and JSON codecs (gh-8897, gh-9166)
* `WebClient.Builder` auto-configuration (gh-9522)
* Tests with `@WebFluxTest` (gh-8401)
* `WebTestClient` auto-configuration (gh-8399)
* Support for Thymeleafi and Mustache templating (gh-8124, gh-8648)
* Choose another HTTP server with WebFlux (closesgh-9690)
Uh oh!
There was an error while loading. Please reload this page.
The new
WebTestClient
is what should be used to test reactive controllers. We should provide one automatically when@SpringBootTest
is used (similar use case thanTestRestTemplate
).The text was updated successfully, but these errors were encountered: