我只是合作 https://src.springframework.org/svn/spring-samples/ 并试图建立宠物诊所。
我导入了eclipse,但是:
The import org.aspectj cannot be resolved
有多少几率 pom.xml 是错误的,我必须自己添加依赖项?
pom.xml
这是一个众所周知的问题 bug 在maven eclipse插件中。
<ajdtVersion>none</ajdtVersion>
// Skip aspectj libraries since they are in the container. if ( ( config.getAjdtVersion() != 0 ) && dep.getArtifactId().toLowerCase().indexOf( "aspectj" ) >= 0 ) { return; }