新增 Cloud 微服务模块的代码生成模板。

This commit is contained in:
thinkgem
2020-09-25 16:22:33 +08:00
parent 9e62a3b259
commit 40169ac7a9
36 changed files with 7987 additions and 26 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/sh
# /**
# * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
# *
# * Author: ThinkGem@163.com
# *
# */
echo ""
echo "[信息] 部署工程版本到Nexus服务器。"
echo ""
cd ..
mvn clean deploy -Dmaven.test.skip=true -Pdeploy
cd bin