今天在使用Junit测试时候,报了个错误: Failed to load ApplicationContext, aspect not found;挺奇怪的 我又没有调用你,之前还好好的,现在不能使用了。。。
问了下同事,解决办法也很简单:把缺少的类 在pom.xml里面引入进来即可。
2023-08-27 20:27:16
今天在使用Junit测试时候,报了个错误: Failed to load ApplicationContext, aspect not found;挺奇怪的 我又没有调用你,之前还好好的,现在不能使用了。。。
问了下同事,解决办法也很简单:把缺少的类 在pom.xml里面引入进来即可。