SSM单元测试时出现:Failed to load ApplicationContext的一种可能解决办法

Posted guhongying

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SSM单元测试时出现:Failed to load ApplicationContext的一种可能解决办法相关的知识,希望对你有一定的参考价值。

SSM单元测试时出现:

严重: Caught exception while allowing TestExecutionListener [org.springframewor[email protected]402bba4f] to prepare test instance ………………

网上有很多相关错误的解决办法,但是没有我想要的,真是cd!!!

然后看控制台的输出好像有这么一句提示:type filter class: java.lang.ClassNotFoundException: org.springframework.stereotype.Contorller

回到spring的配置文件,发现下面几行的前面有个黄色的感叹号,定眼一瞧,握草,这句waring很眼熟:Ignoring non-present type filter class: java.lang.ClassNotFoundException: org.springframework.stereotype.Contorller

<context:component-scan
        base-package="com.example">
        <context:exclude-filter type="annotation"
            expression="org.springframework.stereotype.Controller" />
    </context:component-scan>

 

一时半会也不知道怎么搞它,最后我将上面的那段复制后删去,再粘贴回去,warning没了,单元测试也通过了,邪门了!!!

记录一下,如果有类似的错误的,先看控制台的提示信息吧!

以上是关于SSM单元测试时出现:Failed to load ApplicationContext的一种可能解决办法的主要内容,如果未能解决你的问题,请参考以下文章

Spring项目用JUnit调试时出现错误 Failed to load ApplicationContext 的解决方法

解决eclipse启动时出现“failed to load the jni shared library”

启动eclipse时出现“Failed to load the JNI shared library jvm.dll”错误及解决

关于怎样解决eclipse打开时出现的Failed to load the JNIshared library亲测有效

解决安装eclipse时出现"Failed to load JNI shared library"

Ubuntu18.04系统执行语句时出现错误Failed to load module "canberra-gtk-module"