项目配置修改,并启动

This commit is contained in:
sheep
2025-10-27 18:06:57 +08:00
parent d31fad2aa9
commit f961bad50c
20 changed files with 38 additions and 38 deletions

View File

@@ -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 # 连接池最大连接数(使用负值表示没有限制)

View File

@@ -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