From 249575ff2f0d737f4ef01dfb1c09d82078144fda Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 17 三月 2025 15:17:48 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml | 17 +++--------------
1 files changed, 3 insertions(+), 14 deletions(-)
diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
index 50b7b24..3870eb2 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,8 @@
liquibase:
enabled: false
-
mybatis-plus:
mapper-locations: classpath*:mapper/*.xml
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-kangaroohy:
- milo:
- enabled: true
- primary: default
- config:
- default:
- endpoint: opc.tcp://192.168.10.241:49320
- security-policy: basic256sha256
- username: liu
- password: 1qaz2wsx3edc4rfv
+# configuration:
+# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
--
Gitblit v1.8.0