Description Resource Path Location Type AppliToolingPart cannot be resolved to a type AppliToolingPa

出现这种问题 可能是由于包引起的 在正式开发过程中 你可能需要修改src的路径 这样我们就要修改默认的路径

在项目空间中,找出.classpath 编辑后修改:

classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/main/resources"/>


Description Resource Path Location Type AppliToolingPart cannot be resolved to a type AppliToolingPa_第1张图片

你可能感兴趣的:(Description Resource Path Location Type AppliToolingPart cannot be resolved to a type AppliToolingPa)