From e04350fd14768d9c59fbbede645da73afda033fd Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期一, 21 十月 2024 09:55:04 +0800
Subject: [PATCH] 钢化完整版图修改
---
hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
index 5a26257..dc2fa5d 100644
--- a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
@@ -6,11 +6,15 @@
active: prod
application:
name: glassStorage
+ liquibase:
+ enabled: false
mybatis-plus:
mapper-locations: classpath*:mapper/*.xml
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-
+kangaroohy:
+ milo:
+ enabled: false
--
Gitblit v1.8.0