Код: Выделить всё
@BeforeEach
void setUp() {
this.mockMvc = MockMvcBuilders.standaloneSetup(myController)
.build();
}
Код: Выделить всё
java.lang.NoSuchMethodError: 'org.springframework.web.method.HandlerMethod org.springframework.web.method.HandlerMethod.createWithValidateFlags()'
Код: Выделить всё
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerAdapter' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Post-processing of merged bean definition failed
https://docs.spring.io/spring -framework/reference/testing/webtestclient.html#webtestclient-controller-config
Подробнее здесь: https://stackoverflow.com/questions/789 ... ion-6-1-13
Мобильная версия