All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download rocketmq-spring-boot-autoconfigure JAR 2.2.3-RELEASE with all dependencies


Files of the artifact rocketmq-spring-boot-autoconfigure version 2.2.3-RELEASE from the group com.github.thierrysquirrel.

Test

Artifact rocketmq-spring-boot-autoconfigure
Group com.github.thierrysquirrel
Version 2.2.3-RELEASE
Last update 15. January 2021
Tags: boot autoconfigure rocketmq spring
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies gson, guava, ons-client, spring-boot-autoconfigure, spring-boot-starter-aop,
There are maybe transitive dependencies!
There is a newer version: 2.3.1.4-RELEASE
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of rocketmq-spring-boot-autoconfigure Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of rocketmq-spring-boot-autoconfigure version 2.2.3-RELEASE

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.github.thierrysquirrel.rocketmq-spring-boot-autoconfigure
META-INF.maven.com.github.thierrysquirrel.rocketmq-spring-boot-autoconfigure.META-INF.maven.com.github.thierrysquirrel.rocketmq-spring-boot-autoconfigure.pom.properties
META-INF.maven.com.github.thierrysquirrel.rocketmq-spring-boot-autoconfigure.META-INF.maven.com.github.thierrysquirrel.rocketmq-spring-boot-autoconfigure.pom.xml
META-INF
META-INF.META-INF.spring.factories
.banner.txt
com.github.thierrysquirrel.annotation
com.github.thierrysquirrel.annotation.com.github.thierrysquirrel.annotation.CommonMessage
com.github.thierrysquirrel.annotation.com.github.thierrysquirrel.annotation.EnableRocketMQ
com.github.thierrysquirrel.annotation.com.github.thierrysquirrel.annotation.MessageListener
com.github.thierrysquirrel.annotation.com.github.thierrysquirrel.annotation.OrderMessage
com.github.thierrysquirrel.annotation.com.github.thierrysquirrel.annotation.RocketListener
com.github.thierrysquirrel.annotation.com.github.thierrysquirrel.annotation.RocketMessage
com.github.thierrysquirrel.annotation.com.github.thierrysquirrel.annotation.StartDeliverTime
com.github.thierrysquirrel.annotation.com.github.thierrysquirrel.annotation.TransactionMessage
com.github.thierrysquirrel.aspect
com.github.thierrysquirrel.aspect.com.github.thierrysquirrel.aspect.RocketAspect
com.github.thierrysquirrel.autoconfigure
com.github.thierrysquirrel.autoconfigure.com.github.thierrysquirrel.autoconfigure.RocketAutoConfiguration
com.github.thierrysquirrel.autoconfigure.com.github.thierrysquirrel.autoconfigure.RocketProperties
com.github.thierrysquirrel.container
com.github.thierrysquirrel.container.com.github.thierrysquirrel.container.RocketConsumerContainer
com.github.thierrysquirrel.container.com.github.thierrysquirrel.container.RocketProducerContainer
com.github.thierrysquirrel.core.consumer
com.github.thierrysquirrel.core.consumer.com.github.thierrysquirrel.core.consumer.AbstractRocketListener
com.github.thierrysquirrel.core.consumer.com.github.thierrysquirrel.core.consumer.DefaultBatchMessageListener
com.github.thierrysquirrel.core.consumer.com.github.thierrysquirrel.core.consumer.DefaultMessageListener
com.github.thierrysquirrel.core.consumer.com.github.thierrysquirrel.core.consumer.DefaultMessageOrderListener
com.github.thierrysquirrel.core.factory
com.github.thierrysquirrel.core.factory.com.github.thierrysquirrel.core.factory.ConsumerFactory
com.github.thierrysquirrel.core.factory.com.github.thierrysquirrel.core.factory.ConsumerPropertiesFactory
com.github.thierrysquirrel.core.factory.com.github.thierrysquirrel.core.factory.MessageFactory
com.github.thierrysquirrel.core.factory.com.github.thierrysquirrel.core.factory.MethodFactory
com.github.thierrysquirrel.core.factory.com.github.thierrysquirrel.core.factory.ProducerConsumerFactory
com.github.thierrysquirrel.core.factory.com.github.thierrysquirrel.core.factory.ProducerFactory
com.github.thierrysquirrel.core.factory.com.github.thierrysquirrel.core.factory.ProducerPropertiesFactory
com.github.thierrysquirrel.core.factory.com.github.thierrysquirrel.core.factory.PropertiesFactory
com.github.thierrysquirrel.core.factory.com.github.thierrysquirrel.core.factory.SendMessageFactory
com.github.thierrysquirrel.core.factory.com.github.thierrysquirrel.core.factory.StartDeliverTimeFactory
com.github.thierrysquirrel.core.factory.com.github.thierrysquirrel.core.factory.ThreadPoolFactory
com.github.thierrysquirrel.core.factory.execution
com.github.thierrysquirrel.core.factory.execution.com.github.thierrysquirrel.core.factory.execution.ConsumerFactoryExecution
com.github.thierrysquirrel.core.factory.execution.com.github.thierrysquirrel.core.factory.execution.MethodFactoryExecution
com.github.thierrysquirrel.core.factory.execution.com.github.thierrysquirrel.core.factory.execution.ProducerFactoryExecution
com.github.thierrysquirrel.core.factory.execution.com.github.thierrysquirrel.core.factory.execution.SendMessageFactoryExecution
com.github.thierrysquirrel.core.factory.execution.com.github.thierrysquirrel.core.factory.execution.ThreadPoolExecutorExecution
com.github.thierrysquirrel.core.producer
com.github.thierrysquirrel.core.producer.com.github.thierrysquirrel.core.producer.DefaultLocalTransactionChecker
com.github.thierrysquirrel.core.producer.com.github.thierrysquirrel.core.producer.DefaultLocalTransactionExecuter
com.github.thierrysquirrel.core.producer.com.github.thierrysquirrel.core.producer.DefaultSendCallback
com.github.thierrysquirrel.core.producer.com.github.thierrysquirrel.core.producer.MessageSendType
com.github.thierrysquirrel.core.serializer
com.github.thierrysquirrel.core.serializer.com.github.thierrysquirrel.core.serializer.ProtoBufSerializer
com.github.thierrysquirrel.core.serializer.com.github.thierrysquirrel.core.serializer.RocketSerializer
com.github.thierrysquirrel.core.strategy
com.github.thierrysquirrel.core.strategy.com.github.thierrysquirrel.core.strategy.ProducerStrategy
com.github.thierrysquirrel.core.strategy.com.github.thierrysquirrel.core.strategy.PutProducerStrategy
com.github.thierrysquirrel.core.strategy.com.github.thierrysquirrel.core.strategy.RocketConsumerStrategy
com.github.thierrysquirrel.core.strategy.com.github.thierrysquirrel.core.strategy.SendMessageStrategy
com.github.thierrysquirrel.core.utils
com.github.thierrysquirrel.core.utils.com.github.thierrysquirrel.core.utils.AnnotatedMethodsUtils
com.github.thierrysquirrel.core.utils.com.github.thierrysquirrel.core.utils.ApplicationContextUtils
com.github.thierrysquirrel.core.utils.com.github.thierrysquirrel.core.utils.AspectUtils
com.github.thierrysquirrel.core.utils.com.github.thierrysquirrel.core.utils.InterceptRocket
com.github.thierrysquirrel.core.utils.com.github.thierrysquirrel.core.utils.ObjectIsEmptyUtils
com.github.thierrysquirrel.error
com.github.thierrysquirrel.error.com.github.thierrysquirrel.error.RocketException
com.github.thierrysquirrel.thread
com.github.thierrysquirrel.thread.com.github.thierrysquirrel.thread.AbstractConsumerThread
com.github.thierrysquirrel.thread.com.github.thierrysquirrel.thread.AbstractProducerThread
com.github.thierrysquirrel.thread.com.github.thierrysquirrel.thread.AbstractSendMessageThread
static
static.static.favicon.ico




© 2015 - 2025 Weber Informatics LLC | Privacy Policy