批注接口 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.- 从以下版本开始:
- 2.0.0
- 作者:
- Stephane Nicoll
- 另请参阅: