提交 fd8bcdf4 authored 作者: 吕本才's avatar 吕本才

修改配置文件端口信息

上级 0abe59a7
...@@ -18,7 +18,7 @@ ruoshui: ...@@ -18,7 +18,7 @@ ruoshui:
# 开发环境配置 # 开发环境配置
server: server:
# 服务器的HTTP端口,默认为8080 # 服务器的HTTP端口,默认为8080
port: 8081 port: 10001
servlet: servlet:
# 应用的访问路径 # 应用的访问路径
context-path: / context-path: /
......
...@@ -5,7 +5,7 @@ server: ...@@ -5,7 +5,7 @@ server:
# log config # log config
logging: logging:
config: classpath:logback.xml config: classpath:logback.xml
path: /opt/applogs/executor/jobhandler path: ./applogs/executor/jobhandler
datax: datax:
job: job:
......
# web port # web port
server: server:
port: 9505 port: 10003
#port: 8081 #port: 8081
# log config # log config
...@@ -13,7 +13,7 @@ datax: ...@@ -13,7 +13,7 @@ datax:
job: job:
admin: admin:
### datax admin address list, such as "http://address" or "http://address01,http://address02" ### datax admin address list, such as "http://address" or "http://address01,http://address02"
addresses: http://127.0.0.1:8081 addresses: http://127.0.0.1:10001
# addresses: http://192.168.172.173:8080 # addresses: http://192.168.172.173:8080
executor: executor:
appname: mendale_executor appname: mendale_executor
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论