From 8185e5cdc2bbdf7fb4ca46a10864106893a01ed3 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 20 十一月 2024 15:30:12 +0800
Subject: [PATCH] 1

---
 src/main/resources/application-test.yml |   26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index 3158443..58a3255 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -1,11 +1,31 @@
+# 鐢靛瓙閭欢璁剧疆
+email:
+    userName: 252740454
+    password: xqyyvhomnvpybgfb
+    smtpHost: smtp.qq.com
+    smtpPort: 587
+    smtpAuth: true
+    smtpTls: true
+    from: 252740454@qq.com
+    to: wuweiwei@terra-it.cn
+    cc:
+    hours: 6
+    names: 澶SV,涓瑿SV,灏廋SV,瑙傛祴鏁版嵁,棰勬祴鏁版嵁,婧簮46,婧簮70,蹇�熸函婧�
+    title: 鏁版嵁棰勮
+    times: '0 35 * * * ?'
+    enable: true
+    debug: false
+
 # 鏁版嵁婧愰厤缃�
 spring:
     datasource:
         type: com.alibaba.druid.pool.DruidDataSource
         driverClassName: com.mysql.cj.jdbc.Driver
-        url: jdbc:mysql://127.0.0.1:3306/yssh?useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
+        #url: jdbc:mysql://127.0.0.1:3306/yssh?useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
+        url: jdbc:mysql://192.168.11.206:3306/yssh?useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
         username: root
-        password: Tam@root
+        #password: mysql
+        password: 123456
         # 鍒濆杩炴帴鏁�
         initialSize: 10
         # 鏈�灏忚繛鎺ユ睜鏁伴噺
@@ -13,7 +33,7 @@
         # 鏈�澶ц繛鎺ユ睜鏁伴噺
         maxActive: 100
         # 閰嶇疆鑾峰彇杩炴帴绛夊緟瓒呮椂鐨勬椂闂�
-        maxWait: 60000
+        maxWait: 600000
         # 閰嶇疆闂撮殧澶氫箙鎵嶈繘琛屼竴娆℃娴嬶紝妫�娴嬮渶瑕佸叧闂殑绌洪棽杩炴帴锛屽崟浣嶆槸姣
         timeBetweenEvictionRunsMillis: 60000
         # 閰嶇疆涓�涓繛鎺ュ湪姹犱腑鏈�灏忕敓瀛樼殑鏃堕棿锛屽崟浣嶆槸姣

--
Gitblit v1.9.3