https://blog.csdn.net/qq_44549134/article/details/90440257
解决Spring单元测试ContextConfiguration注解不能使用
这是一个在引入pom依赖关系时,出的问题,具体解决办法如下
org.springframework spring-test 5.0.5.RELEASE
test
改为:
org.springframework spring-test 5.0.5.RELEASE
把 <scope>test</scope> 去掉!!!!