多平台统一管理软件接口,如何实现多平台统一管理软件接口
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小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~