部署文件

This commit is contained in:
yuzl6 2024-04-07 20:57:27 +08:00
parent 048fb6abcb
commit 7a67dce923
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ powerjob:
# 28080 端口 随着主应用端口飘逸 避免集群冲突
port: 2${server.port}
protocol: http
server-address: 127.0.0.1:7700
server-address: 127.0.0.1:7070
store-strategy: disk
allow-lazy-connect-server: false
max-appended-wf-context-length: 4096

View File

@ -1,5 +1,5 @@
# Http server port
server.port=7700
server.port=7070
spring.profiles.active=@profiles.active@
spring.main.banner-mode=log