Authored by chaogeng

修改发布配置

... ... @@ -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
... ...
... ... @@ -3,11 +3,4 @@ spring:
active: dev
server:
port: 9010
servlet:
context-path:
/fullsync
management:
server:
port: 9011
\ No newline at end of file
port: 8080
\ No newline at end of file
... ...