项目配置修改,并启动
This commit is contained in:
@@ -42,4 +42,4 @@ spring:
|
||||
# max-idle: 8 # 连接池中的最大空闲连接
|
||||
# min-idle: 0 # 连接池中的最小空闲连接
|
||||
# timeout: 3000ms # 连接超时时间(毫秒)
|
||||
# password: 123456
|
||||
# password: Xiao196114.
|
||||
|
||||
@@ -4,7 +4,7 @@ spring:
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 127.0.0.1:8848 #配置中心的地址
|
||||
server-addr: 124.222.155.192:8848 #配置中心的地址
|
||||
file-extension: yml #配置文件结尾的配置
|
||||
shared-configs[0]:
|
||||
data-id: tulingmall-nacos.yml
|
||||
|
||||
Reference in New Issue
Block a user