convert to spring boot project

This commit is contained in:
thinkgem
2018-01-10 23:39:55 +08:00
parent 7237c524c5
commit a0c71ce81a
39 changed files with 982 additions and 1434 deletions

13
web/bin/run-tomcat.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
# /**
# * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
# *
# * Author: ThinkGem@163.com
# */
cd ../
MAVEN_OPTS=$MAVEN_OPTS -Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m
exec mvn clean spring-boot:run -U