NoClassDefFoundError: Could not initialize class org.springframework.core.annotation.xxx
最新推荐文章于 2025-03-15 01:17:21 发布
在学习Spring IOC时遇到NoClassDefFoundError,原因在于引入的spring-context包版本过高,不兼容JDK 1.8。通过降低版本解决了冲突。




1687

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



