Add auto-configuration for SendGrid's client

Closes gh-2160
Closes gh-2280
This commit is contained in:
Maciej Walkowiak
2015-01-04 01:58:40 +01:00
committed by Andy Wilkinson
parent 33a92caad6
commit f05769dcc5
8 changed files with 302 additions and 0 deletions

View File

@@ -573,6 +573,12 @@ content into your application; rather pick only the properties that you need.
shell.auth.simple.user.password=
shell.auth.spring.roles=
# SENDGRID ({sc-spring-boot-autoconfigure}/sendgrid/SendGridAutoConfiguration.{sc-ext}[SendGridAutoConfiguration])
spring.sendgrid.username= # SendGrid account username
spring.sendgrid.password= # SendGrid account password
spring.sendgrid.proxy.host= # SendGrid proxy host
spring.sendgrid.proxy.port= # SendGrid proxy port
# GIT INFO
spring.git.properties= # resource ref to generated git info properties file
----