fix: 任务通知设置

This commit is contained in:
wenyann 2020-09-02 16:21:53 +08:00
parent 2dbe00bf23
commit 5b3552b510
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
server:
port: 9002
spring:
mail:
host: smtp.qq.com
username: 2363807763@qq.com
password: rvadbyjyqfbtdifb
resources:
static-locations: classpath:/resources/, classpath:/static/ ,classpath:/templates/
mail:
fromMail:
addr: 2363807763@qq.com # 发邮件者
#日志级别
logging:
level:
root: warn
com.scaffold.test.mapper: trace
com.scaffold.test.task: trace