Spring Boot - Application Configuration
Consider the following
What value will be retrieved for
application.properties snippet:spring.mail.host=smtp.mailtrap.io spring.mail.port=2525 spring.mail.username=admin spring.mail.password=secret
What value will be retrieved for
spring.mail.password when accessed in the application?