From 850e19bd9655071cd801d74c240b70c61167b4cd Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期四, 08 一月 2026 15:52:16 +0800
Subject: [PATCH] 新增大屏接口
---
admin/src/main/resources/application.yml | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/admin/src/main/resources/application.yml b/admin/src/main/resources/application.yml
index a25f6d8..6f3f595 100644
--- a/admin/src/main/resources/application.yml
+++ b/admin/src/main/resources/application.yml
@@ -82,7 +82,7 @@
druid:
# 涓诲簱鏁版嵁婧�
master:
- url: jdbc:mysql://${custom.datasource.master.ip}:${custom.datasource.master.port}/${custom.datasource.master.database}?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://${custom.datasource.master.ip}:${custom.datasource.master.port}/${custom.datasource.master.database}?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
username: ${custom.datasource.master.username}
password: ${custom.datasource.master.password}
# 浠庡簱鏁版嵁婧�
@@ -172,7 +172,7 @@
# 浠ょ墝瀵嗛挜
secret: abcdefghijklmnopqrstuvwxyz
# 浠ょ墝鏈夋晥鏈燂紙榛樿30鍒嗛挓锛�
- expireTime: 30
+ expireTime: 43200
# MyBatis-plus閰嶇疆
mybatis-plus:
@@ -182,6 +182,7 @@
mapperLocations: classpath*:mapper/**/*Mapper.xml
# 鍔犺浇鍏ㄥ眬鐨勯厤缃枃浠�
configLocation: classpath:mybatis/mybatis-config.xml
+
# PageHelper鍒嗛〉鎻掍欢
pagehelper:
helperDialect: mysql
@@ -204,4 +205,14 @@
# 鍖归厤閾炬帴
urlPatterns: /system/*,/monitor/*,/tool/*
+oss:
+ access-key-id: "LTAI5t8MF5uEc3ZjqLFCR9bP"
+ access-key-secret: "CjdGwbbPlyv6kZessjLMZ52V2w0RBX"
+ endpoint: "oss-cn-hongkong.aliyuncs.com"
+ bucket: "huichang-tms.oss-cn-hongkong.aliyuncs.com"
+ region: "cn-hongkong"
+ roleArn: "acs:ram::1097562432747899:role/tms-oss"
+ key: "tms"
+
+
--
Gitblit v1.8.0