From 7a1968741c10b51614684962a03d2d63377a8a49 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 24 十一月 2025 16:21:17 +0800
Subject: [PATCH] Merge branch '互联网' of http://42.193.1.25:9521/r/~qirong/qyspzw into 互联网
---
ruoyi-admin/src/main/resources/application-prod.yml | 100 ++++++++++++++++++++++++++++++++++----------------
1 files changed, 68 insertions(+), 32 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/application-prod.yml b/ruoyi-admin/src/main/resources/application-prod.yml
index 148b50e..2304ebc 100644
--- a/ruoyi-admin/src/main/resources/application-prod.yml
+++ b/ruoyi-admin/src/main/resources/application-prod.yml
@@ -1,6 +1,3 @@
---- # 涓存椂鏂囦欢瀛樺偍浣嶇疆 閬垮厤涓存椂鏂囦欢琚郴缁熸竻鐞嗘姤閿�
-spring.servlet.multipart.location: /ruoyi/server/temp
-
--- # 鐩戞帶涓績閰嶇疆
spring.boot.admin.client:
# 澧炲姞瀹㈡埛绔紑鍏�
@@ -34,7 +31,7 @@
# 鍔ㄦ�佹暟鎹簮鏂囨。 https://www.kancloud.cn/tracy5546/dynamic-datasource/content
dynamic:
# 鎬ц兘鍒嗘瀽鎻掍欢(鏈夋�ц兘鎹熻�� 涓嶅缓璁敓浜х幆澧冧娇鐢�)
- p6spy: false
+ p6spy: true
# 璁剧疆榛樿鐨勬暟鎹簮鎴栬�呮暟鎹簮缁�,榛樿鍊煎嵆涓� master
primary: master
# 涓ユ牸妯″紡 鍖归厤涓嶅埌鏁版嵁婧愬垯鎶ラ敊
@@ -46,9 +43,18 @@
driverClassName: com.mysql.cj.jdbc.Driver
# jdbc 鎵�鏈夊弬鏁伴厤缃弬鑰� https://lionli.blog.csdn.net/article/details/122018562
# rewriteBatchedStatements=true 鎵瑰鐞嗕紭鍖� 澶у箙鎻愬崌鎵归噺鎻掑叆鏇存柊鍒犻櫎鎬ц兘(瀵规暟鎹簱鏈夋�ц兘鎹熻�� 浣跨敤鎵归噺鎿嶄綔搴旇�冭檻鎬ц兘闂)
- url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
+# url: jdbc:mysql://123.207.71.245:13306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
+# username: root
+# password: 234#Wersdf!
+# url: jdbc:mysql://80.36.32.176:3306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
+# username: root
+# password: 234#Wersdf!
+ url: jdbc:mysql://51.9.57.211:17633/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
username: root
- password: root
+ password: 234#Wersdf!
+# url: jdbc:mysql://172.35.50.34:3306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
+# username: root
+# password: 234#Wersdf!
# 浠庡簱鏁版嵁婧�
slave:
lazy: true
@@ -57,26 +63,26 @@
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
username:
password:
-# oracle:
-# type: ${spring.datasource.type}
-# driverClassName: oracle.jdbc.OracleDriver
-# url: jdbc:oracle:thin:@//localhost:1521/XE
-# username: ROOT
-# password: root
-# hikari:
-# connectionTestQuery: SELECT 1 FROM DUAL
-# postgres:
-# type: ${spring.datasource.type}
-# driverClassName: org.postgresql.Driver
-# url: jdbc:postgresql://localhost:5432/postgres?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
-# username: root
-# password: root
-# sqlserver:
-# type: ${spring.datasource.type}
-# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
-# url: jdbc:sqlserver://localhost:1433;DatabaseName=tempdb;SelectMethod=cursor;encrypt=false;rewriteBatchedStatements=true
-# username: SA
-# password: root
+ # oracle:
+ # type: ${spring.datasource.type}
+ # driverClassName: oracle.jdbc.OracleDriver
+ # url: jdbc:oracle:thin:@//localhost:1521/XE
+ # username: ROOT
+ # password: root
+ # hikari:
+ # connectionTestQuery: SELECT 1 FROM DUAL
+ # postgres:
+ # type: ${spring.datasource.type}
+ # driverClassName: org.postgresql.Driver
+ # url: jdbc:postgresql://localhost:5432/postgres?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
+ # username: root
+ # password: root
+ # sqlserver:
+ # type: ${spring.datasource.type}
+ # driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
+ # url: jdbc:sqlserver://localhost:1433;DatabaseName=tempdb;SelectMethod=cursor;encrypt=false;rewriteBatchedStatements=true
+ # username: SA
+ # password: root
hikari:
# 鏈�澶ц繛鎺ユ睜鏁伴噺
maxPoolSize: 20
@@ -99,9 +105,10 @@
spring.data:
redis:
# 鍦板潃
- host: localhost
+ host: 127.0.0.1
# 绔彛锛岄粯璁や负6379
port: 6379
+ password: 234#Wersdf!
# 鏁版嵁搴撶储寮�
database: 0
# 瀵嗙爜(濡傛病鏈夊瘑鐮佽娉ㄩ噴鎺�)
@@ -115,21 +122,21 @@
# redis key鍓嶇紑
keyPrefix:
# 绾跨▼姹犳暟閲�
- threads: 16
+ threads: 4
# Netty绾跨▼姹犳暟閲�
- nettyThreads: 32
+ nettyThreads: 8
# 鍗曡妭鐐归厤缃�
singleServerConfig:
# 瀹㈡埛绔悕绉�
clientName: ${ruoyi.name}
# 鏈�灏忕┖闂茶繛鎺ユ暟
- connectionMinimumIdleSize: 32
+ connectionMinimumIdleSize: 8
# 杩炴帴姹犲ぇ灏�
- connectionPoolSize: 64
+ connectionPoolSize: 32
# 杩炴帴绌洪棽瓒呮椂锛屽崟浣嶏細姣
idleConnectionTimeout: 10000
# 鍛戒护绛夊緟瓒呮椂锛屽崟浣嶏細姣
- timeout: 3000
+ timeout: 10000
# 鍙戝竷鍜岃闃呰繛鎺ユ睜澶у皬
subscriptionConnectionPoolSize: 50
@@ -181,6 +188,7 @@
sdkAppId: appid
#鍦板煙淇℃伅榛樿涓� ap-guangzhou 濡傛棤鐗规畩鏀瑰彉鍙笉鐢ㄨ缃�
territory: ap-guangzhou
+
--- # 涓夋柟鎺堟潈
justauth:
@@ -251,3 +259,31 @@
client-id: 10**********6
client-secret: 1f7d08**********5b7**********29e
redirect-uri: ${justauth.address}/social-callback?source=gitlab
+
+--- #杈圭晫
+police:
+ localhost: http://127.0.0.1:8080 #娴嬭瘯
+ chief: http://10.248.255.130:18080 #鏀垮姟浜�
+ video: http://51.9.1.41:18080 #瑙嗛缃�
+
+--- #ftp锛岄儴缃插摢鎹㈠摢涓狪P
+ftp:
+ url: 172.35.50.34
+ username: admin #鏈満锛歠tpup
+ passwd: 234#Wersdf!
+ path: /
+
+rzt:
+ url: https://rio.rztcd.cn:10443/ebus/dzpt
+ paasid: dzpt
+ paastoken: 918257370522ee561b5a69836a653d26
+ agentid: 1000414 # web绔厤缃�
+ corpId: wwa1a67ed0008261d9 # web绔渶瑕侀厤缃�
+ corpSecret: 0-tcfpQGWhaVEQrnJYh0rnNuxigvTQcxMB7suHjfduo
+
+management:
+ endpoints:
+ web:
+ exposure:
+ include: none
+ enabled-by-default: false
--
Gitblit v1.8.0