From b655ca9c309adca7d7fe01715efac6e12218480d Mon Sep 17 00:00:00 2001 From: liuyunhu <3286117488@qq.com> Date: Sat, 6 Apr 2024 14:53:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0SQL=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../couplet-business/src/main/resources/bootstrap.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/couplet-modules/couplet-business/src/main/resources/bootstrap.yml b/couplet-modules/couplet-business/src/main/resources/bootstrap.yml index cf4e9b6..b88e464 100644 --- a/couplet-modules/couplet-business/src/main/resources/bootstrap.yml +++ b/couplet-modules/couplet-business/src/main/resources/bootstrap.yml @@ -16,9 +16,11 @@ spring: discovery: # 服务注册地址 server-addr: 121.89.211.230:8848 + namespace: 172469 config: # 配置中心地址 server-addr: 121.89.211.230:8848 + namespace: 172469 # 配置文件格式 file-extension: yml # 共享配置 @@ -28,4 +30,4 @@ spring: allow-bean-definition-overriding: true logging: level: - com.couplet.trouble.mapper: DEBUG + com.couplet.business.server.mapper: DEBUG