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