1.放行主页和消息箱
This commit is contained in:
@@ -4,7 +4,6 @@ server:
|
||||
spring:
|
||||
profiles:
|
||||
active: local
|
||||
task:
|
||||
# Spring 执行器配置,对应 TaskExecutionProperties 配置类。对于 Spring 异步任务,会使用该执行器。
|
||||
execution:
|
||||
thread-name-prefix: mail-task # 线程池的线程名的前缀。默认为 task- ,建议根据自己应用来设置
|
||||
@@ -42,9 +41,9 @@ sa-token:
|
||||
# 是否输出操作日志
|
||||
is-log: true
|
||||
|
||||
activateUrl: http://pk.webapp.yolozs.com/activationSuccessful/
|
||||
verificationMailUrl: http://pk.webapp.yolozs.com/verifyAccount/
|
||||
forgetPassWordUrl: http://pk.webapp.yolozs.com/resetPassword/
|
||||
activateUrl: https://pk.webapp.yolozs.com/activationSuccessful/
|
||||
verificationMailUrl: https://pk.webapp.yolozs.com/verifyAccount/
|
||||
forgetPassWordUrl: https://pk.webapp.yolozs.com/resetPassword/
|
||||
|
||||
dromara:
|
||||
x-file-storage: #文件存储配置
|
||||
|
||||
Reference in New Issue
Block a user