From 3a55a4b23608d07565bbbd1be12b3ffa1d634e5e Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期五, 21 六月 2024 14:49:45 +0800
Subject: [PATCH] 移除无用代码

---
 hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
index 90f92f5..46db88a 100644
--- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
@@ -3,9 +3,11 @@
 
 spring:
   profiles:
-    active: prod
+    active: cz
   application:
     name: unLoadGlass
+
+
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
   configuration:

--
Gitblit v1.8.0