提交航线项目配置-修改nacos地址
This commit is contained in:
parent
62e235baab
commit
c22b38ccbb
|
|
@ -9,7 +9,7 @@ spring:
|
||||||
name: tuoheng-airline
|
name: tuoheng-airline
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: dev
|
active: prod
|
||||||
flyway:
|
flyway:
|
||||||
table: flyway_airline_schema_history # 自定义历史表名
|
table: flyway_airline_schema_history # 自定义历史表名
|
||||||
baseline-on-migrate: true # 在nocos中也有配置
|
baseline-on-migrate: true # 在nocos中也有配置
|
||||||
|
|
@ -18,10 +18,10 @@ spring:
|
||||||
nacos:
|
nacos:
|
||||||
discovery:
|
discovery:
|
||||||
# 服务注册地址
|
# 服务注册地址
|
||||||
server-addr: 192.168.192.1:8848
|
server-addr: ruoyi-nacos:8848
|
||||||
config:
|
config:
|
||||||
# 配置中心地址
|
# 配置中心地址
|
||||||
server-addr: 192.168.192.1:8848
|
server-addr: ruoyi-nacos:8848
|
||||||
# 配置文件格式
|
# 配置文件格式
|
||||||
file-extension: yml
|
file-extension: yml
|
||||||
# 共享配置
|
# 共享配置
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue