新增H2数据库快速体验项目
This commit is contained in:
20
web-fast/bin/run-web.sh
Normal file
20
web-fast/bin/run-web.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
# /**
|
||||
# * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
# * No deletion without permission, or be held responsible to law.
|
||||
# *
|
||||
# * Author: ThinkGem@163.com
|
||||
# *
|
||||
# */
|
||||
echo ""
|
||||
echo "[信息] 打包Web工程,并运行Web工程。"
|
||||
echo ""
|
||||
|
||||
# 打包Web工程(开始)
|
||||
cd ..
|
||||
mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U
|
||||
# 打包Web工程(结束)
|
||||
|
||||
# 启动服务
|
||||
cd target
|
||||
java -jar web.jar
|
||||
Reference in New Issue
Block a user