You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mail/MailProperties.java
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -76,11 +76,6 @@ public class MailProperties {
76
76
*/
77
77
privateStringjndiName;
78
78
79
-
/**
80
-
* Whether to test that the mail server is available on startup.
81
-
*/
82
-
privatebooleantestConnection;
83
-
84
79
publicStringgetHost() {
85
80
returnthis.host;
86
81
}
@@ -141,12 +136,4 @@ public String getJndiName() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -409,6 +409,13 @@
409
409
"name": "spring.kafka.listener.type",
410
410
"defaultValue": "single"
411
411
},
412
+
{
413
+
"name": "spring.mail.test-connection",
414
+
"description": "Whether to test that the mail server is available on startup.",
0 commit comments