# easy-push-spring-boot-starter **Repository Path**: fs1997/easy-push-spring-boot-starter ## Basic Information - **Project Name**: easy-push-spring-boot-starter - **Description**: easy-push-spring-boot-starter 专注简单推送。目前支持,email 推送 ,阿里云短信,腾讯云短信,异步推送 - **Primary Language**: Java - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-06-29 - **Last Updated**: 2024-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: 推送, 服务器应用 ## README # easy-push-spring-boot-starter ## 简介 基于springboot starter 集成的一个 推送工具。 ## 注意 所有版本从1.2.0 开始使用,前面的版本已废弃,不可再用 ## 服务功能 **[easy-push-mail-spring-boot-starter](https://github.com/stripling-feng/easy-push-spring-boot-starter/tree/main/easy-push-mail-spring-boot-starter)** **邮件服务** - **发送普通邮件** - **发送携带文件邮件** - **支持thymeleaf模板,发送邮件** - **支持异步发送邮件** **[easy-push-sms-spring-boot-starter](https://github.com/stripling-feng/easy-push-spring-boot-starter/tree/main/easy-push-sms-spring-boot-starter)** **短信服务** - **支持阿里云短信** - **支持腾讯云短信** - **支持异步发送短信,并返回异步发送结果** ## **注:** ## **使用异步需开启springAsync注解 @EnableAsync**