Git Product home page Git Product logo

aliyun-sms-spring-boot-starter's Introduction

aliyun-sms-spring-boot-starter

阿里云短信集成aliyun-sms-spring-boot-starter

安装

因为没有上传到**仓库,使用需要将本项目clone到本地,运行安装到本地

引用

<!--阿里云短信服务,本地仓库-->
<dependency>
    <groupId>com.github.lany192</groupId>
    <artifactId>aliyun-sms-spring-boot-starter</artifactId>
    <version>1.0.0</version>
</dependency>

然后在配置

#阿里云短信服务==========================================================================
ali.sms.access-key-id=xxxxxxxxx
ali.sms.access-secret=xxxxxxxxxxxxxxxxxx

使用

@Autowired
AliSmsService aliSmsService;

//发送短信
aliSmsService.sendSms()
//批量发送
aliSmsService.sendBatchSms()
//查询
aliSmsService.querySendDetails()

aliyun-sms-spring-boot-starter's People

Contributors

lany192 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.