From bda682cfed723ca3be4ff39ab1972b8a69197bfb Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期六, 07 十月 2023 10:18:24 +0800
Subject: [PATCH] 取消mapper注解 HttpUtils替换RestTemplate 增加HttpUtils日志
---
src/main/resources/application-dev.yml | 30 ++++++++++++++++++------------
1 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index bbc7292..3d06baa 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -9,13 +9,12 @@
max-file-size: 30MB
max-request-size: 30MB
datasource:
- # 浣跨敤druid鏁版嵁搴撹繛鎺ユ睜
druid:
- #寮�鍚痙ruid鐩戞帶web
+ #寮�鍚痙ruid鐩戞帶web
stat-view-servlet:
enabled: true
driver-class-name: org.postgresql.Driver
- url: jdbc:postgresql://192.168.1.15:5432/ry-vue?stringtype=unspecified
+ url: jdbc:postgresql://192.168.2.15:5432/ry-vue
username: postgres
password: postgres
#鏈�澶ц繛鎺ユ暟
@@ -39,32 +38,39 @@
enabled: true
# mqtt閰嶇疆
mqtt:
- host: tcp://192.168.1.15:1883
- clientId: cc3
+ host: tcp://192.168.2.15:1883
+ clientId: c227
username: admin
- password: xzx12345
+ password: admin
topic: tube
timeout: 100
keepalive: 60
enabled: true
# 鐩楃數鎺ュ彛鍦板潃
stealelec:
+ enabled: true
url: http://iot.zhdk.net:8090/Warning/GetWarning?userName=cy4oil
+ # 涓夊巶鏁板瓧鍖栧湴鍧�
+ digitization3:
+ enabled: true
# minio閰嶇疆
minio:
- endpoint: http://192.168.1.15:9001
+ endpoint: http://192.168.2.15:9001
accessKey: admin
secretKey: xzx12345
-# mybatis閰嶇疆
-mybatis:
- typeAliasesPackage: com.ard.alarm.**.domain
- mapperLocations: classpath:/mapper/*.xml
+# mybatis-plus閰嶇疆
+mybatis-plus:
+ type-aliases-package: com.ard.alarm.**.domain
+ mapper-locations: classpath:/mapper/*.xml
# 鏃ュ織绛夌骇閰嶇疆
logging:
level:
- hikSdk: debug
+ hikSdk: info
mqtt: info
netty: info
external: info
camera: info
tube: info
+ digitization3: info
+ stealAlarm: info
+ httpUtils: info
--
Gitblit v1.9.3