在使用Spring4.3.13和5.0.2版本运行测试时,我遇到了一种奇怪的行为。@ContextConfiguration(classes = {MyTestConfig.class})public class MySpring4RunnerTest {
public static final SpringClassRule SPRING_CLASS_RULE = new SpringClassRule();
@Ru
我正在尝试将我的web应用程序更新到当前的库中。当我将Spring从3.1.1升级到5.0.0时,它开始失败,原因如下: at org.springframework.web.servlet.FrameworkServlet.publishRequestHandledEvent(FrameworkServlet.java:1083)
at org.springframework.web.servlet.Framewor