From 9d3afe6ccb9cabe5d0f8ce86dfbf81a82f989962 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 27 三月 2024 11:00:20 +0800 Subject: [PATCH] 添加缓存设置 --- src/main/resources/application-test.yml | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index cb60645..38df4aa 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -1,7 +1,7 @@ # 鐢靛瓙閭欢璁剧疆 email: userName: 252740454 - password: + password: xqyyvhomnvpybgfb smtpHost: smtp.qq.com smtpPort: 587 smtpAuth: true @@ -21,9 +21,11 @@ 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: mysql + #password: mysql + password: 123456 # 鍒濆杩炴帴鏁� initialSize: 10 # 鏈�灏忚繛鎺ユ睜鏁伴噺 -- Gitblit v1.9.3