Add mail jndi support

See gh-2419
This commit is contained in:
Eddú Meléndez
2015-05-29 22:22:41 -05:00
committed by Stephane Nicoll
parent 6749debc10
commit 28cb13c31d
7 changed files with 221 additions and 12 deletions

View File

@@ -486,6 +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 BATCH ({sc-spring-boot-autoconfigure}/batch/BatchProperties.{sc-ext}[BatchProperties])
spring.batch.job.names=job1,job2