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