Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Eclipse 中创建新的 Silk4J 项目时出现以下错误。
接口 org.springframework.aop.SpringProxy 在类加载器中不可见
看起来您的间接依赖项未导入,您可以在 POM 中显式添加这些依赖项,然后重试
<Import-Package> ... org.aopalliance.aop, org.springframework.aop, org.springframework.aop.framework, ... </Import-Package>