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

screenshot of error

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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -