From 5ec61cdaa2c1ab4dd1d58bd94afb49343332e78f Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期五, 07 三月 2025 16:56:35 +0800
Subject: [PATCH] 添加中空大理片汇总数据显示,推送服务器时间供前端使用

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

diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
index 3b841eb..35b5a0d 100644
--- a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8086
+  port: 10013
 
 spring:
   profiles:
@@ -9,10 +9,6 @@
   liquibase:
     enabled: false
 
-
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
-  configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-
 

--
Gitblit v1.8.0