From a96ce9b940e0231be27f89b2fa817d5545b35ac6 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 28 Mar 2025 16:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bootstrap-material_mall_local.yml | 27 ------------------- .../resources/bootstrap-sgzb_bns_local.yml | 27 ------------------- .../bootstrap-smart_canteen_local.yml | 27 ------------------- .../resources/bootstrap-smart_site_local.yml | 27 ------------------- 4 files changed, 108 deletions(-) delete mode 100644 bonus-auth/src/main/resources/bootstrap-material_mall_local.yml delete mode 100644 bonus-auth/src/main/resources/bootstrap-sgzb_bns_local.yml delete mode 100644 bonus-auth/src/main/resources/bootstrap-smart_canteen_local.yml delete mode 100644 bonus-auth/src/main/resources/bootstrap-smart_site_local.yml diff --git a/bonus-auth/src/main/resources/bootstrap-material_mall_local.yml b/bonus-auth/src/main/resources/bootstrap-material_mall_local.yml deleted file mode 100644 index 1b2a1f7..0000000 --- a/bonus-auth/src/main/resources/bootstrap-material_mall_local.yml +++ /dev/null @@ -1,27 +0,0 @@ -# Tomcat -server: - port: 28081 - -# Spring -spring: - cloud: - nacos: - discovery: - # 服务注册地址 - server-addr: 127.0.0.1:8848 - namespace: material_mall - config: - # 配置中心地址 - server-addr: 127.0.0.1:8848 - namespace: material_mall - # 配置文件格式 - file-extension: yml - # 共享配置 - shared-configs: - - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - -#加密组件 -jasypt: - encryptor: - password: Encrypt - diff --git a/bonus-auth/src/main/resources/bootstrap-sgzb_bns_local.yml b/bonus-auth/src/main/resources/bootstrap-sgzb_bns_local.yml deleted file mode 100644 index 45f3441..0000000 --- a/bonus-auth/src/main/resources/bootstrap-sgzb_bns_local.yml +++ /dev/null @@ -1,27 +0,0 @@ -# Tomcat -server: - port: 18081 - -# Spring -spring: - cloud: - nacos: - discovery: - # 服务注册地址 - server-addr: 127.0.0.1:8848 - namespace: sgzb_bns - config: - # 配置中心地址 - server-addr: 127.0.0.1:8848 - namespace: sgzb_bns - # 配置文件格式 - file-extension: yml - # 共享配置 - shared-configs: - - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - -#加密组件 -jasypt: - encryptor: - password: Encrypt - diff --git a/bonus-auth/src/main/resources/bootstrap-smart_canteen_local.yml b/bonus-auth/src/main/resources/bootstrap-smart_canteen_local.yml deleted file mode 100644 index a38bd08..0000000 --- a/bonus-auth/src/main/resources/bootstrap-smart_canteen_local.yml +++ /dev/null @@ -1,27 +0,0 @@ -# Tomcat -server: - port: 58081 - -# Spring -spring: - cloud: - nacos: - discovery: - # 服务注册地址 - server-addr: 127.0.0.1:8848 - namespace: smart_canteen - config: - # 配置中心地址 - server-addr: 127.0.0.1:8848 - namespace: smart_canteen - # 配置文件格式 - file-extension: yml - # 共享配置 - shared-configs: - - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - -#加密组件 -jasypt: - encryptor: - password: Encrypt - diff --git a/bonus-auth/src/main/resources/bootstrap-smart_site_local.yml b/bonus-auth/src/main/resources/bootstrap-smart_site_local.yml deleted file mode 100644 index 2836bc0..0000000 --- a/bonus-auth/src/main/resources/bootstrap-smart_site_local.yml +++ /dev/null @@ -1,27 +0,0 @@ -# Tomcat -server: - port: 38081 - -# Spring -spring: - cloud: - nacos: - discovery: - # 服务注册地址 - server-addr: 127.0.0.1:8848 - namespace: smart_site - config: - # 配置中心地址 - server-addr: 127.0.0.1:8848 - namespace: smart_site - # 配置文件格式 - file-extension: yml - # 共享配置 - shared-configs: - - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - -#加密组件 -jasypt: - encryptor: - password: Encrypt -