Commit f661676c by 阳浪

nacos地址切换

parent 2dca21a9
...@@ -16,7 +16,7 @@ spring: ...@@ -16,7 +16,7 @@ spring:
namespace: ${spring.profiles.active} namespace: ${spring.profiles.active}
prefix: '${spring.application.name}' prefix: '${spring.application.name}'
file-extension: 'properties' file-extension: 'properties'
server-addr: '10.23.1.183:8848' server-addr: '10.10.12.97:8848'
ACTIVE: ${spring.profiles.active} ACTIVE: ${spring.profiles.active}
......
...@@ -17,7 +17,7 @@ spring: ...@@ -17,7 +17,7 @@ spring:
prefix: '${spring.application.name}' prefix: '${spring.application.name}'
file-extension: 'properties' file-extension: 'properties'
# server-addr: '192.168.1.22:3333,192.168.1.22:4444,192.168.1.22:5555' # server-addr: '192.168.1.22:3333,192.168.1.22:4444,192.168.1.22:5555'
server-addr: '10.23.1.183:8848' server-addr: '10.10.12.97:8848'
ACTIVE: ${spring.profiles.active} ACTIVE: ${spring.profiles.active}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment