Showing
1 changed file
with
9 additions
and
0 deletions
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # where is the package : | 2 | # where is the package : |
3 | +################################################################# | ||
4 | +#项目类型:Springboot、node、tomcat | ||
5 | +#git路径:git@git.yoho.cn:datasync/yoho-datasync-producer.git | ||
6 | +#打包脚本:mvn clean package -DskipTests | ||
7 | +#打包完成后存放路径:yoho-rt-shop/target/yoho-rt-shop-*.jar | ||
8 | +#运行的预计内存:1000M | ||
9 | +#访问的端口:8080 | ||
10 | +#健康检查标识(需要返回200):localhost:8080/yohomars/actuator | ||
11 | +################################################################# | ||
3 | cd $1 | 12 | cd $1 |
4 | mvn clean package -DskipTests | 13 | mvn clean package -DskipTests |
-
Please register or login to post a comment