deathman92 / twilio-spring-boot-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Download

Spring Boot SendGrid starter

A Spring Boot starter that will help you configure Twilio within the application context.

Features

In order to add SendGrid to your project simply add this dependency to your classpath:

Gradle

repositories {
 jcenter()
}

dependencies {
 compile("com.github.deathman92:twilio-spring-boot-starter:1.0.0")
}

Maven

<dependency>
  <groupId>com.github.deathman92</groupId>
  <artifactId>twilio-spring-boot-starter</artifactId>
  <version>1.0.0</version>
</dependency>

Spring Boot properties configuration

twilio.accountSID= // your accountSID (required)
twilio.authToken= // your auhtToken (required)
twilio.endpoint= // used endpoint [default: https://api.twilio.com]

Licence

MIT

About

License:MIT License


Languages

Language:Java 100.0%