SpringApplicationConfiguration 这个不能用 解决方案

Posted 爷的眼睛闪亮

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringApplicationConfiguration 这个不能用 解决方案相关的知识,希望对你有一定的参考价值。

使用的test包的版本号要与spring的一致,避免jar包依赖冲突

直接用注解

@RunWith(SpringRunner.class)
@SpringBootTest

@SpringApplicationConfiguration 注解在1.4就被替换了,新版本这个注解已经不能用了

SpringJunit支持,需要引入Spring-Test框架
Web项目,Junit需要模拟ServletContext,因此需要给测试类上加上@WebAppConfiguration

以上是关于SpringApplicationConfiguration 这个不能用 解决方案的主要内容,如果未能解决你的问题,请参考以下文章