为什么导入到 Eclipse 的项目不显示包,而是只显示常规文件夹结构?
我的 .project 文件
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>hello-connector</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>