convert to spring boot project
This commit is contained in:
13
web/bin/run-tomcat.sh
Normal file
13
web/bin/run-tomcat.sh
Normal 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
|
||||
Reference in New Issue
Block a user