From ed01c3b91928b1b375e43451db995d4950e20072 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 10 三月 2025 16:48:30 +0800
Subject: [PATCH] 修改大屏动画
---
hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml | 15 +--------------
1 files changed, 1 insertions(+), 14 deletions(-)
diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
index 47384ed..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,19 +9,6 @@
liquibase:
enabled: false
-
mybatis-plus:
mapper-locations: classpath*:mapper/*.xml
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-kangaroohy:
- milo:
- enabled: false
- primary: default
- config:
- default:
- endpoint: opc.tcp://192.168.10.241:49320
- security-policy: basic256sha256
- username: liu
- password: 1qaz2wsx3edc4rfv
--
Gitblit v1.8.0