Skip to content

Latest commit

 

History

History

webflux

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Spring Boot: WebFlux + REST-Docs

This module demonstrates:

  • How to test @RestController using @WebFluxTest and WebTestClient.

  • How to generate snippets for documenting APIs directly from your test using Spring REST Docs.

  • How to unit test specific components related to providing APIs.