项目配置修改,并启动
This commit is contained in:
@@ -6,7 +6,7 @@ spring:
|
||||
primary: cart
|
||||
redis:
|
||||
cluster:
|
||||
nodes: 218.76.8.107:8001,218.76.8.107:8002,218.76.8.107:8003
|
||||
nodes: 124.222.155.192:6380,124.222.155.192:6381,124.222.155.192:6382
|
||||
lettuce:
|
||||
pool:
|
||||
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
|
||||
|
||||
@@ -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-dataids: tulingmall-nacos.yml,tulingmall-db-common.yml #图灵商城公共配置
|
||||
# refreshable-dataids: tulingmall-nacos.yml,tulingmall-db-common.yml
|
||||
|
||||
Reference in New Issue
Block a user