From 9ae0e3d68b255dd6df31ea55d9b6eda1a61708dd Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 15 一月 2025 10:13:17 +0800
Subject: [PATCH] 1、测试类报错删除 2、修改opc配置
---
hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml | 16 +++-------------
1 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
index 8861765..c5fda3f 100644
--- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
@@ -3,7 +3,7 @@
spring:
profiles:
- active: dev
+ active: prod
application:
name: cacheGlass
liquibase:
@@ -15,8 +15,8 @@
thread-name-prefix: task-cache
mybatis-plus:
mapper-locations: classpath*:mapper/*.xml
-# configuration:
-# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+ configuration:
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mes:
threshold: 3
ratio: 10
@@ -37,14 +37,4 @@
cellLength: 2500
sequence:
order: false
-kangaroohy:
- milo:
- enabled: false
- primary: default
- config:
- default:
- endpoint: opc.tcp://192.168.2.100:49320
- security-policy: basic256sha256
- username: admin
- password: 1qaz2wsx3edc4rfv
--
Gitblit v1.8.0