java mail配置

master
zhangw 2018-06-30 15:58:30 +08:00
parent 64511d51b7
commit 64091557b7
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ spring:
password:
protocol: smtp
test-connection: false
properties:
mail.smtp.auth: true
mybatis:
type-aliases-package: com.boot.security.server.model
mapper-locations: classpath:/mybatis-mappers/*