调整框架,删除不必要的组件

This commit is contained in:
2025-05-22 16:35:24 +08:00
parent 1d56a5e727
commit 49a339292b

View File

@@ -21,22 +21,11 @@
<artifactId>tashow-data-redis</artifactId> <artifactId>tashow-data-redis</artifactId>
</dependency> </dependency>
<!-- 消息队列相关 -->
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<optional>true</optional>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.amqp</groupId> <groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId> <artifactId>spring-rabbit</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-starter</artifactId>
<optional>true</optional>
</dependency>
</dependencies> </dependencies>
</project> </project>