From c92ef51676efa03d41c1cf7b94f4077d58a7babd Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 21 四月 2025 14:25:29 +0800
Subject: [PATCH] 代码初始化
---
server/src/main/resources/application-pro.yml | 25 +++++++++++++++++++++++--
1 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/server/src/main/resources/application-pro.yml b/server/src/main/resources/application-pro.yml
index 8da4bc1..7597a07 100644
--- a/server/src/main/resources/application-pro.yml
+++ b/server/src/main/resources/application-pro.yml
@@ -1,3 +1,7 @@
+# WEB鏈嶅姟鍣ㄩ厤缃�
+server:
+ port: 10010
+
spring:
# 鏁版嵁婧愰厤缃�
datasource:
@@ -15,7 +19,18 @@
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
-
+ mail:
+ host: smtp.exmail.qq.com
+ username: jp@doumee.com
+ password: 2Jz9HFW2U7vRnCRu
+ default-encoding: UTF-8
+ properties:
+ mail:
+ smtp:
+ auth: true
+ starttls:
+ enable: true
+ required: true
debug_model: true
@@ -36,4 +51,10 @@
basic:
enable: true
username: admin
- password: 111111
\ No newline at end of file
+ password:
+
+upload:
+ type: blob
+
+qiwei:
+ serviceurl: https://wecom-qyapi.unilever-china.com/
\ No newline at end of file
--
Gitblit v1.9.3