polish mail jndi support

Closes gh-2419
This commit is contained in:
Stephane Nicoll
2015-06-02 15:02:29 +02:00
parent 28cb13c31d
commit 328e07ebf3
6 changed files with 47 additions and 59 deletions

View File

@@ -486,7 +486,7 @@ content into your application; rather pick only the properties that you need.
spring.mail.password=
spring.mail.default-encoding=UTF-8 # encoding to use for MimeMessages
spring.mail.properties.*= # properties to set on the JavaMail session
spring.mail.jndi-name= # For JNDI lookup (host, port, username & password are ignored when set)
spring.mail.jndi-name= # JNDI location of a Mail Session
# SPRING BATCH ({sc-spring-boot-autoconfigure}/batch/BatchProperties.{sc-ext}[BatchProperties])
spring.batch.job.names=job1,job2