Annotation Interface AutoConfigureWebFlux
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureWebFlux
Auto-configuration imports
for typical Spring WebFlux
tests. Most tests should consider using @WebFluxTest
rather than
using this annotation directly.- Since:
- 2.0.0
- Author:
- Stephane Nicoll
- See Also: