From 07f06034a1eaec80104b04d076306c072a466bd6 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期一, 30 十二月 2024 13:45:04 +0800
Subject: [PATCH] 上片结束工程工程号取值
---
hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
index 2128453..665b31a 100644
--- a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
@@ -2,10 +2,15 @@
port: 8083
spring:
profiles:
- active: prod
+ active: cz
application:
name: loadGlass
+ liquibase:
+ enabled: false
mybatis-plus:
mapper-locations: classpath*:mapper/*.xml
# configuration:
-# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
\ No newline at end of file
+# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+kangaroohy:
+ milo:
+ enabled: false
\ No newline at end of file
--
Gitblit v1.8.0