From 110ff41b225e47b736fea112c83955a107ead905 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 15 十月 2024 17:07:44 +0800
Subject: [PATCH] 代码合并--新增英文翻译切换按钮
---
hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
index 6fc80c0a..d2bd76c 100644
--- a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
@@ -3,9 +3,11 @@
spring:
profiles:
- active: dev
+ active: prod
application:
name: glassStorage
+ liquibase:
+ enabled: false
mybatis-plus:
--
Gitblit v1.8.0