升级代码结构,采用Maven来管理jar包(1)

This commit is contained in:
季圣华
2017-02-15 22:24:32 +08:00
parent a20bf55d13
commit 2bbeed8630
10 changed files with 485 additions and 16 deletions

View File

@@ -65,8 +65,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>com.genuitec.eclipse.springframework.springnature</nature>
<nature>com.genuitec.eclipse.hibernate.hibernatenature</nature>
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature>