...
|
...
|
@@ -8,9 +8,9 @@ |
|
|
#打包完成后存放路径:yoho-datasync-fullsync/target/yoho-fullsync.jar*.jar
|
|
|
#启动的脚本 java -jar yoho-fullsync.jar
|
|
|
#运行的预计内存:2000M
|
|
|
#访问的端口:9010
|
|
|
#访问的端口:8080
|
|
|
#日志的路径: /Data/logs/yoho-fullsync
|
|
|
#健康检查标识(需要返回200):localhost:9011/actuator/health
|
|
|
#健康检查标识(需要返回200):localhost:8080/actuator/health
|
|
|
#################################################################
|
|
|
cd $1
|
|
|
mvn clean package -DskipTests |
|
|
\ No newline at end of file |
...
|
...
|
|