测试时的配置文件。
parent
117390c5ae
commit
7c522cae1d
|
@ -0,0 +1,16 @@
|
||||||
|
spring:
|
||||||
|
profiles:
|
||||||
|
active: secret
|
||||||
|
|
||||||
|
plusone:
|
||||||
|
# 邮件发送相关参数
|
||||||
|
mail:
|
||||||
|
subject:
|
||||||
|
code: Plusone
|
||||||
|
template:
|
||||||
|
code: 【Plusone】验证码:%s,10分钟内有效,请勿泄露。
|
||||||
|
# 日志配置
|
||||||
|
logging:
|
||||||
|
level:
|
||||||
|
root: info
|
||||||
|
'[xyz.zhouxy.plusone]': debug
|
Loading…
Reference in New Issue