com.github.org-hejianhui:spring-boot-starter-rocketmq

spring-boot-starter-rocketmq

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.org-hejianhui
ArtifactId

ArtifactId

spring-boot-starter-rocketmq
Last Version

Last Version

1.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

spring-boot-starter-rocketmq

Download spring-boot-starter-rocketmq

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.springframework.boot : spring-boot Optional jar 2.0.5.RELEASE
org.springframework.boot : spring-boot-autoconfigure Optional jar 2.0.5.RELEASE
org.springframework.boot : spring-boot-autoconfigure-processor Optional jar 2.0.5.RELEASE
org.apache.rocketmq : rocketmq-client jar 4.5.0
org.apache.rocketmq : rocketmq-acl jar 4.5.0
org.springframework : spring-messaging jar 5.1.5.RELEASE
org.springframework : spring-core jar 5.1.5.RELEASE
org.springframework : spring-context jar 5.1.5.RELEASE
org.springframework : spring-aop jar 5.1.5.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.9.8

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.6

test (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-test jar 2.0.5.RELEASE
org.springframework : spring-test jar 5.1.5.RELEASE
junit : junit jar 4.12
org.assertj : assertj-core jar 3.12.2

Project Modules

There are no modules declared in this project.

niuh-spring-boot-starter

围绕SpringBoot开箱即用的Starter依赖,使得我们在开发业务代码时能够非常方便的、不需要过多关注框架的配置,而只需要关注业务即可

各 Module 介绍

Module 名称 Module 介绍
spring-boot-starter-redis 基于Jedis的自定义redis-starter组件
spring-boot-starter-rocketmq 基于Apache RocketMQ的自定义rocketmq-starter组件

使用登记

如果这个项目解决了你的实际问题,可在https://github.com/org-hejianhui/niuh-spring-boot-starter/issues/登记下,如果节省了你的研发时间,也愿意支持下的话,可点击下方【捐助】请作者喝杯咖啡,也是非常感谢!

Versions

Version
1.0-RELEASE