Failed to instantiate [org.springframework.test.context.web.ServletTestExecute

有時候 啓動springBoot 會報錯,test時有時也是,java

相似 Failed to instantiate [org.springframework.test.context.web.ServletTestExecute,web

java.lang.NoClassDefFoundError: javax/servlet/ServletContextspring

這樣的錯誤,spa

我遇到這個問題的緣由,是由於引用的 依賴版本不正確,code

<dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
            <version>4.3.2.RELEASE</version>
            <scope>test</scope>
        </dependency>

原來引用的是 3.XXX 的版本,改成以上版本就能夠了blog

相關文章
相關標籤/搜索