fix: 任务通知设置
This commit is contained in:
parent
2dbe00bf23
commit
5b3552b510
|
@ -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
|
Loading…
Reference in New Issue