Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shuzheng committed Jun 18, 2017
1 parent f72f372 commit e8a297f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions springboot/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ spring.redis.pool.min-idle=0
# 连接超时时间(毫秒)
spring.redis.timeout=0
########## JavaMailSender ##########
spring.mail.host=smtp.126.com
spring.mail.username=javaeee@126.com
spring.mail.password=javaeee123456
spring.mail.host=smtp.163.com
spring.mail.username=
spring.mail.password=
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=true
spring.mail.properties.mail.smtp.starttls.required=true
Expand Down

0 comments on commit e8a297f

Please sign in to comment.