twilio-spring-boot-starter

Add Twilio service into starter, which will be initialized automatically based on spring-boot-autoconfig.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.57blocks
ArtifactId

ArtifactId

twilio-spring-boot-starter
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

twilio-spring-boot-starter
Add Twilio service into starter, which will be initialized automatically based on spring-boot-autoconfig.
Project URL

Project URL

https://github.com/57blocks/twilio-spring-boot-starter
Source Code Management

Source Code Management

https://github.com/57blocks/twilio-spring-boot-starter

Download twilio-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/io.57blocks/twilio-spring-boot-starter/ -->
<dependency>
    <groupId>io.57blocks</groupId>
    <artifactId>twilio-spring-boot-starter</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.57blocks/twilio-spring-boot-starter/
implementation 'io.57blocks:twilio-spring-boot-starter:0.1.1'
// https://jarcasting.com/artifacts/io.57blocks/twilio-spring-boot-starter/
implementation ("io.57blocks:twilio-spring-boot-starter:0.1.1")
'io.57blocks:twilio-spring-boot-starter:jar:0.1.1'
<dependency org="io.57blocks" name="twilio-spring-boot-starter" rev="0.1.1">
  <artifact name="twilio-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.57blocks', module='twilio-spring-boot-starter', version='0.1.1')
)
libraryDependencies += "io.57blocks" % "twilio-spring-boot-starter" % "0.1.1"
[io.57blocks/twilio-spring-boot-starter "0.1.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar
com.twilio.sdk : twilio jar 7.17.0
org.projectlombok : lombok Optional jar

Project Modules

There are no modules declared in this project.

Travis-CI License: MIT Maven Central

Twilio Spring Boot Starter

Configure twilio, make TwilioRestClient available in the spring context.

Getting Started

Add the Starter in Maven Dependency

Edit pom.xml, add the starter:

    <dependency>
      <groupId>io.57blocks</groupId>
      <artifactId>twilio-spring-boot-starter</artifactId>
      <version>0.1.1</version>
    </dependency>

Configure Twilio Credentials

Edit application.yml, add the following properties:

io.57blocks.twilio:
  account_sid: ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  auth_token: your_auth_token
io.57blocks

Versions

Version
0.1.1