From 91ed0c1884db746e0f0921935f4674f3011f5827 Mon Sep 17 00:00:00 2001
From: mg <maokecheng@163.com>
Date: 星期一, 17 十月 2022 15:05:43 +0800
Subject: [PATCH] 驳回流程处理。
---
ycl-platform/src/main/resources/application-dev.yml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ycl-platform/src/main/resources/application-dev.yml b/ycl-platform/src/main/resources/application-dev.yml
index 9cd2e9a..85f7ad1 100644
--- a/ycl-platform/src/main/resources/application-dev.yml
+++ b/ycl-platform/src/main/resources/application-dev.yml
@@ -7,6 +7,7 @@
compression: true
fdfs:
+ fileUrl: http://140.143.152.226:8410/
groupName: sczhzf
soTimeout: 1500
connectTimeout: 600
@@ -19,6 +20,10 @@
snow-flake:
datacenterId: 1
machineId: 1
+mail:
+ host: smtp.163.com
+ username: maokecheng2015@163.com
+ authorizationCode: JOMMIXUTGAJYOSNA
spring:
redis:
@@ -38,7 +43,7 @@
username: root
password: 321$YcYl@1970!
type: com.alibaba.druid.pool.DruidDataSource
- driver-class-name: com.mysql.jdbc.Driver
+ driver-class-name: com.mysql.cj.jdbc.Driver
filters: stat
maxActive: 20
initialSize: 1
--
Gitblit v1.8.0