From 93b488aa57cfd99a94a242c38b007a0d9e35f69b Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 03 十二月 2024 13:55:27 +0800
Subject: [PATCH] 1、fixbug:调度任务改为为非强制性出片

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

diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
index ed2ac7c..5e4b546 100644
--- a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
@@ -2,7 +2,7 @@
   port: 8084
 spring:
   profiles:
-    active: dev
+    active: prod
   application:
     name: temperingGlass
   liquibase:
@@ -14,7 +14,9 @@
 mes:
   width: 2800
   height: 5000
+kangaroohy:
   milo:
+    enabled: false
     primary: default
     config:
       default:

--
Gitblit v1.8.0