From 2b75d84cabc3416d903f425239c713b65a98503f Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 01 十一月 2024 13:17:38 +0800 Subject: [PATCH] 1 --- src/main/resources/application-test.yml | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 4ed1d85..436714f 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -8,7 +8,13 @@ smtpTls: true from: 252740454@qq.com to: wuweiwei@terra-it.cn - cc: zhengliusuo@smartearth.cn + cc: + hours: 6 + names: 澶SV,涓瑿SV,灏廋SV,瑙傛祴鏁版嵁,棰勬祴鏁版嵁,婧簮46,婧簮70,蹇�熸函婧� + title: 鏁版嵁棰勮 + times: '0 35 * * * ?' + enable: true + debug: false # 鏁版嵁婧愰厤缃� spring: @@ -16,8 +22,10 @@ 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://192.168.11.206:3306/yssh?useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 username: root password: mysql + #password: 123456 # 鍒濆杩炴帴鏁� initialSize: 10 # 鏈�灏忚繛鎺ユ睜鏁伴噺 -- Gitblit v1.9.3