Browse Source

Merge branch '1.5.x'

pull/9042/merge
Stephane Nicoll 9 years ago
parent
commit
05cf41bd9e
  1. 2
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -4947,7 +4947,7 @@ to avoid having a thread blocked by an unresponsive mail server: @@ -4947,7 +4947,7 @@ to avoid having a thread blocked by an unresponsive mail server:
[source,properties,indent=0]
----
spring.mail.properties.mail.smtp.connecttimeout=5000
spring.mail.properties.mail.smtp.connectiontimeout=5000
spring.mail.properties.mail.smtp.timeout=3000
spring.mail.properties.mail.smtp.writetimeout=5000
----

Loading…
Cancel
Save