From 13796df077a2ccba587667e233f7cb48ea6c73b6 Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期一, 29 十二月 2025 16:59:03 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/yagwly_fa_master' into yagwly_fa_master
---
admin/src/main/resources/application.yml | 25 +++++++++++++++++++++++--
1 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/admin/src/main/resources/application.yml b/admin/src/main/resources/application.yml
index 62c443b..6f3f595 100644
--- a/admin/src/main/resources/application.yml
+++ b/admin/src/main/resources/application.yml
@@ -50,6 +50,14 @@
# Spring閰嶇疆
spring:
+ rabbitmq:
+ # 闆嗙兢鍦板潃锛岀敤閫楀彿鍒嗛殧
+ host: ${custom.rabbitmq.host}
+ port: ${custom.rabbitmq.port}
+ virtual-host: ${custom.rabbitmq.virtual-host}
+ username: ${custom.rabbitmq.username}
+ password: ${custom.rabbitmq.password}
+ connection-timeout: 15000
# 璧勬簮淇℃伅
messages:
# 鍥介檯鍖栬祫婧愭枃浠惰矾寰�
@@ -74,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}
# 浠庡簱鏁版嵁婧�
@@ -164,7 +172,7 @@
# 浠ょ墝瀵嗛挜
secret: abcdefghijklmnopqrstuvwxyz
# 浠ょ墝鏈夋晥鏈燂紙榛樿30鍒嗛挓锛�
- expireTime: 30
+ expireTime: 43200
# MyBatis-plus閰嶇疆
mybatis-plus:
@@ -174,6 +182,7 @@
mapperLocations: classpath*:mapper/**/*Mapper.xml
# 鍔犺浇鍏ㄥ眬鐨勯厤缃枃浠�
configLocation: classpath:mybatis/mybatis-config.xml
+
# PageHelper鍒嗛〉鎻掍欢
pagehelper:
helperDialect: mysql
@@ -195,3 +204,15 @@
excludes: /system/notice
# 鍖归厤閾炬帴
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