Browse Source

工作流 去除邮件

master
PoffyZhang 1 year ago
parent
commit
b1855fbf8c
1 changed files with 1 additions and 18 deletions
  1. +1
    -18
      pmapi/src/main/resources/application-dev.yml

+ 1
- 18
pmapi/src/main/resources/application-dev.yml View File

@@ -24,7 +24,7 @@ spring:
min-idle: 8
max-wait: 10000
application:
name: cm
name: pm
jackson:
default-property-inclusion: non_null
time-zone: GMT+8
@@ -39,23 +39,6 @@ spring:
min-idle: 5
max-active: 100

#邮件发送配置
mail:
host:
username:
password:
protocol: smtps
default-encoding: UTF-8
properties:
default-encoding: utf-8
mail:
smtp:
port: 465
auth: true
starttls:
enable: true
required: true

logging:
config: classpath:logback-spring.xml
#日志配置


Loading…
Cancel
Save