From 9bf634fb66fc3cd5c7553a7d2916badf6e07d4a0 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Thu, 3 Apr 2025 13:22:37 +0800 Subject: [PATCH] init --- ...ap-bonus_jyy_local.yml => bootstrap-jyy_canteen_local.yml} | 4 ++-- .../bonus-smart-canteen/src/main/resources/bootstrap.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename bonus-modules/bonus-smart-canteen/src/main/resources/{bootstrap-bonus_jyy_local.yml => bootstrap-jyy_canteen_local.yml} (91%) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap-bonus_jyy_local.yml b/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap-jyy_canteen_local.yml similarity index 91% rename from bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap-bonus_jyy_local.yml rename to bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap-jyy_canteen_local.yml index c8a7e01..282eabf 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap-bonus_jyy_local.yml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap-jyy_canteen_local.yml @@ -9,13 +9,13 @@ spring: discovery: # 服务注册地址 server-addr: 127.0.0.1:8848 - namespace: bonus_houqin + namespace: jyy_canteen username: nacos password: nacos config: # 配置中心地址 server-addr: 127.0.0.1:8848 - namespace: bonus_houqin + namespace: jyy_canteen username: nacos password: nacos # 配置文件格式 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 ede8c99..8466c17 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml @@ -5,7 +5,7 @@ spring: name: bonus-smart-canteen profiles: # 环境配置 - active: bonus_jyy_local + active: jyy_canteen_local.yml mqtt: emqx: broker: ${EMQX_SERVER:tcp://emqx:1883}