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