notify-spring-boot-starter消息组件是用来将分布式系统的节点与轻量级消息系统连接起来的框架,
支持分布式业务消息总线、延时消息等,屏蔽底层消息引擎种类,提供线上统一的接口,
可发送异步消息及延时消息,同时可订阅异步消息或延时消息。目前可选择基于redis、rabbitmq等任一一种做消息引擎,其他消息中间件将陆续支持。
注意:它不属于`消息中间件`,他是通过和消息中间件整合,来完成服务之间消息通讯,类似于消息代理。
| License | LGPL 3.0 |
|---|---|
| Tags | githubnotificationspringstarter |
| HomePage | https://github.com/likavn/notify-spring-boot-starter 🔍 Inspect URL |
| Date | Jan 16, 2023 |
| Files | pom (8 KB) jar (39 KB) View All |
| Repositories | Central |
| Ranking | #764224 in MvnRepository (See Top Artifacts) |
| Vulnerabilities | Vulnerabilities from dependencies: CVE-2023-20883 CVE-2022-42004 CVE-2021-20190 View 45 more ... |
Compile Dependencies (7)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
| JSON Lib Apache 2.0 | com.fasterxml.jackson.core » jackson-databind47 vulnerabilities | 2.2.3 | 3.0.2 | |
| Object Pool Apache 2.0 | org.apache.commons » commons-pool2 (optional) | 2.6.2 | 2.12.1 | |
| CodeGen MIT | org.projectlombok » lombok (optional) | 1.18.8 | 1.18.42 | |
Apache 2.0 | org.springframework.boot » spring-boot-starter-data-redis (optional) | 2.1.8.RELEASE | 3.5.7 | |
| Config Apache 2.0 | org.springframework.boot » spring-boot-autoconfigure (optional) 1 vulnerability | 2.1.8.RELEASE | 3.5.7 | |
| Annotation Tool Apache 2.0 | org.springframework.boot » spring-boot-configuration-processor (optional) | 2.1.8.RELEASE | 3.5.7 | |
Apache 2.0 | org.springframework.boot » spring-boot-starter-amqp (optional) | 2.1.8.RELEASE | 3.5.7 |
Licenses
| License | URL |
|---|---|
| GNU Lesser General Public License v3.0 | https://www.gnu.org/licenses/lgpl-3.0.html |
Developers
| Name | Dev Id | Roles | Organization | |
|---|---|---|---|---|
| likavn | 1085257460<at>qq.com |