From 15286a9ab39823ddbbf682e1049f39dfc5dd024f Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 16 六月 2025 18:16:50 +0800
Subject: [PATCH] git ch
---
server/service/src/main/resources/application-dev.yml | 24 ++++++++++++++++++------
1 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/server/service/src/main/resources/application-dev.yml b/server/service/src/main/resources/application-dev.yml
index c93459c..7f22f07 100644
--- a/server/service/src/main/resources/application-dev.yml
+++ b/server/service/src/main/resources/application-dev.yml
@@ -13,16 +13,28 @@
spring:
# 鏁版嵁婧愰厤缃�
datasource:
- url: jdbc:mysql://sh-cdb-aiskr3vy.sql.tencentcdb.com:62443/yunyibao?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
- username: doumee
- password: rtjgfEr@&0c0m
+ url: jdbc:mysql://112.26.66.25:3306/yyb?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
+ username: root
+ password: Doumee@168&QWERT
driver-class-name: com.mysql.cj.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
+# mail:
+# host: smtp.exmail.qq.com
+# username: jp@doumee.com
+# password: p7iKUE8VvQQpY58S
+# default-encoding: UTF-8
+# properties:
+# mail:
+# smtp:
+# auth: true
+# starttls:
+# enable: true
+# required: true
mail:
- host: smtp.exmail.qq.com
- username: jp@doumee.com
- password: 2Jz9HFW2U7vRnCRu
default-encoding: UTF-8
+ host: smtp.exmail.qq.com
+ username: kefu@yyb.red
+ password: 5CGaprcdshS7bHaM
properties:
mail:
smtp:
--
Gitblit v1.9.3