springboot init

springboot init
This commit is contained in:
shimingxy
2019-09-08 23:19:37 +08:00
parent 3c9c422fc7
commit ba4514164e
65 changed files with 2276 additions and 204 deletions

View File

@@ -1,2 +1,3 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
encoding//src/main/resources/templates/views/login.ftl=UTF-8
encoding/<project>=UTF-8

View File

@@ -5,6 +5,8 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="src/main/java"/>
<wb-resource deploy-path="/" source-path="src/main/webapp"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/static"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<dependent-module deploy-path="/WEB-INF/lib" handle="module:/resource/maxkey-core/maxkey-core">
<dependency-type>uses</dependency-type>
</dependent-module>