在搭建spring3.2源码工程时,spring-context项目的org.springframework.scripting.support.ScriptFactoryPostProcessor需要导入import org.springframework.asm.Type,一直报错找不到该类,此时需要引入org.springframework.asm-3.0.0.M3.jar
spring3.2源码工程搭建org.springframework.asm.Type导入错误
最新推荐文章于 2020-06-01 17:11:29 发布
本文解决在搭建Spring3.2源码工程时遇到的问题:spring-context项目的ScriptFactoryPostProcessor类需要导入org.springframework.asm.Type,但一直提示找不到该类。文中详细介绍了如何通过引入特定版本的org.springframework.asm库来解决此问题。
5319

被折叠的 条评论
为什么被折叠?



