Polish
See gh-11143
This commit is contained in:
committed by
Stephane Nicoll
parent
ac22225b1d
commit
d9828a0aaa
@@ -43,7 +43,7 @@ import org.springframework.test.web.reactive.server.WebTestClient;
|
||||
* <p>
|
||||
* Using this annotation will disable full auto-configuration and instead apply only
|
||||
* configuration relevant to WebFlux tests (i.e. {@code @Controller},
|
||||
* {@code @ControllerAdvice}, {@code @JsonComponent}, {@code Converter}, and
|
||||
* {@code @ControllerAdvice}, {@code @JsonComponent}, {@code Converter}/{@code GenericConverter}, and
|
||||
* {@code WebFluxConfigurer} beans but not {@code @Component}, {@code @Service} or
|
||||
* {@code @Repository} beans).
|
||||
* <p>
|
||||
|
||||
@@ -43,7 +43,7 @@ import org.springframework.test.web.servlet.MockMvc;
|
||||
* <p>
|
||||
* Using this annotation will disable full auto-configuration and instead apply only
|
||||
* configuration relevant to MVC tests (i.e. {@code @Controller},
|
||||
* {@code @ControllerAdvice}, {@code @JsonComponent}, {@code Converter}, {@code Filter},
|
||||
* {@code @ControllerAdvice}, {@code @JsonComponent}, {@code Converter}/{@code GenericConverter}, {@code Filter},
|
||||
* {@code WebMvcConfigurer} and {@code HandlerMethodArgumentResolver} beans but not
|
||||
* {@code @Component}, {@code @Service} or {@code @Repository} beans).
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user