taotao-cloud-starter-mq-pulsar
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.shuigedeng</groupId> <artifactId>taotao-cloud-starter-mq-pulsar</artifactId> <version>2024.09</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.shuigedeng</groupId> <artifactId>taotao-cloud-starter-mq-pulsar</artifactId> <version>2024.09</version> <name>taotao-cloud-starter-mq-pulsar</name> <description>taotao-cloud-starter-mq-pulsar</description> <url>https://github.com/shuigedeng/taotao-cloud-project.git</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>shuigedeng</id> <name>shuigedeng</name> <email>981376577@qq.com</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:shuigedeng/taotao-cloud-project.git</connection> <developerConnection>scm:git:ssh://git@github.com:shuigedeng/taotao-cloud-project.git</developerConnection> <url>https://github.com/shuigedeng/taotao-cloud-project.git</url> </scm> <properties> <maven.compiler.target>21</maven.compiler.target> <taotao-cloud-dependencies.version>2024.09</taotao-cloud-dependencies.version> <java.version>21</java.version> <maven.compiler.source>21</maven.compiler.source> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <spring-boot-dependencies.version>3.3.3</spring-boot-dependencies.version> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>io.github.shuigedeng</groupId> <artifactId>taotao-cloud-dependencies</artifactId> <version>2024.09</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.github.shuigedeng</groupId> <artifactId>taotao-cloud-starter-mq-common</artifactId> <version>2024.09</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.shuigedeng</groupId> <artifactId>taotao-cloud-starter-bootstrap</artifactId> <version>2024.09</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.pulsar</groupId> <artifactId>pulsar-client-admin</artifactId> <version>3.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.majusko</groupId> <artifactId>pulsar-java-spring-boot-starter</artifactId> <version>1.2.0</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-pulsar</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-pulsar-reactive</artifactId> <scope>compile</scope> </dependency> </dependencies> </project>