From 279d2fe5cc7244cad9917f9e7714a2fe20fb1279 Mon Sep 17 00:00:00 2001 From: zhangtq <2452618307@qq.com> Date: Wed, 5 Feb 2025 19:08:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/bootstrap-smart_canteen_local.yml | 4 ++++ .../src/main/resources/bootstrap-smart_canteen_local.yml | 4 ++++ .../bonus-smart-canteen/src/main/resources/bootstrap.yml | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/bonus-cust-auth/src/main/resources/bootstrap-smart_canteen_local.yml b/bonus-cust-auth/src/main/resources/bootstrap-smart_canteen_local.yml index c2f45d34..90550f78 100644 --- a/bonus-cust-auth/src/main/resources/bootstrap-smart_canteen_local.yml +++ b/bonus-cust-auth/src/main/resources/bootstrap-smart_canteen_local.yml @@ -10,10 +10,14 @@ spring: # 服务注册地址 server-addr: 127.0.0.1:8848 namespace: smart_canteen + username: nacos + password: nacos config: # 配置中心地址 server-addr: 127.0.0.1:8848 namespace: smart_canteen + username: nacos + password: nacos # 配置文件格式 file-extension: yml # 共享配置 diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap-smart_canteen_local.yml b/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap-smart_canteen_local.yml index 9ab3636e..5280db8f 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap-smart_canteen_local.yml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap-smart_canteen_local.yml @@ -10,10 +10,14 @@ spring: # 服务注册地址 server-addr: 127.0.0.1:8848 namespace: smart_canteen + username: nacos + password: nacos config: # 配置中心地址 server-addr: 127.0.0.1:8848 namespace: smart_canteen + username: nacos + password: nacos # 配置文件格式 file-extension: yml # 共享配置 diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml b/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml index 77a78a49..002f2182 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml @@ -16,3 +16,8 @@ alipay: CHARSET: UTF-8 SIGN_TYPE: RSA2 ALIPAY_PUBLIC_KEY: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApnqCjevyilI4LcWsrUI7d6zSSc/+xqKO6U0Bmf3yCKRNPNubqHeOQ7Wd9+63lswObGNa6sHYkoZEmoO3WhIRu1ruV1gG3dqnuZ93PNHtoG22S6fPoSwJyB1i1N61dPHV7ikU5Ljq/VJhP05cYH+MiZOb5sx47Ub4KqKghVkyZu6mSlVWu/ojipd0H3kl88QXnF1W3QT1B9DSkODg94u4A28SrJHT+8nkPhOsD8cs5NmwmZJUieFiHh69hEgR+Af2xl1G+LNRWN4vTZ4sWcAnQp+ +system: + sysfile: + prefixOffline: http://localhost:9000/lnyst + prefixOnline: http://localhost:9000/lnyst + bucket: /lnyst \ No newline at end of file