使用Spring源码报错java:找不到类 InstrumentationSavingAgent的问题

网友投稿 226 2022-11-15


使用Spring源码报错java:找不到类 InstrumentationSavingAgent的问题

使用Spring源码,报错java:找不到类 InstrumentationSavingAgent

报错如下http://:

Error:(26, 38) java: 找不到符号

符号: 类 InstrumentationSavingAgent

位置: 程序包 org.springframework.instrument

解决办法:在自己测试项目的build.gradle里加上 compZuMPHbile(project(":spring-instrument"))

dependencies {

compile(project(":spring-context"))

compile(project(":spring-instrument"))

compile group: 'org.aspectj', name: 'aspectjweaver', version: '1.8.6'

testCompile group: 'junit', name: 'junit', version: '4.12'

}

重新测试项目即可。


版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:IDEA解决maven包冲突easypoi NoClassDefFoundError的问题
下一篇:Spring中基于XML的AOP配置详解
相关文章

 发表评论

暂时没有评论,来抢沙发吧~