Showing
2 changed files
with
3 additions
and
10 deletions
@@ -8,9 +8,9 @@ | @@ -8,9 +8,9 @@ | ||
8 | #打包完成后存放路径:yoho-datasync-fullsync/target/yoho-fullsync.jar*.jar | 8 | #打包完成后存放路径:yoho-datasync-fullsync/target/yoho-fullsync.jar*.jar |
9 | #启动的脚本 java -jar yoho-fullsync.jar | 9 | #启动的脚本 java -jar yoho-fullsync.jar |
10 | #运行的预计内存:2000M | 10 | #运行的预计内存:2000M |
11 | -#访问的端口:9010 | 11 | +#访问的端口:8080 |
12 | #日志的路径: /Data/logs/yoho-fullsync | 12 | #日志的路径: /Data/logs/yoho-fullsync |
13 | -#健康检查标识(需要返回200):localhost:9011/actuator/health | 13 | +#健康检查标识(需要返回200):localhost:8080/actuator/health |
14 | ################################################################# | 14 | ################################################################# |
15 | cd $1 | 15 | cd $1 |
16 | mvn clean package -DskipTests | 16 | mvn clean package -DskipTests |
-
Please register or login to post a comment