From 5e3912b59edcb6b04267efc4f9fd70c7683d46b0 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期三, 09 十月 2024 15:37:27 +0800
Subject: [PATCH] 更改进炉中版图推送顺序,防止工人忘记点拿走无法更改

---
 hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
index 5a26257..d2bd76c 100644
--- a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
@@ -6,6 +6,8 @@
     active: prod
   application:
     name: glassStorage
+  liquibase:
+    enabled: false
 
 
 mybatis-plus:

--
Gitblit v1.8.0