java - Project creation of silk4j getting "interface SpringProxy is not visible from class loader" -
i got following error during creation of new silk4j project in eclipse.
interface org.springframework.aop.springproxy not visible class loader
looks indirect dependencies not imported can add explicitly in pom , try again
<import-package> ... org.aopalliance.aop, org.springframework.aop, org.springframework.aop.framework, ... </import-package>
Comments
Post a Comment