2022-06-01 23:59:01 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<parent>
|
|
|
|
<groupId>cn.iocoder.cloud</groupId>
|
|
|
|
<artifactId>yudao-framework</artifactId>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>yudao-spring-boot-starter-mq</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<name>${project.artifactId}</name>
|
2022-06-19 00:37:44 +08:00
|
|
|
<description>
|
|
|
|
消息队列:
|
|
|
|
1. 基于 Spring Cloud Stream 实现异步消息
|
|
|
|
2. 基于 Spring Cloud Bus 实现事件总线
|
|
|
|
</description>
|
2022-06-01 23:59:01 +08:00
|
|
|
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
|
|
|
|
|
|
|
<dependencies>
|
2022-06-18 17:46:11 +08:00
|
|
|
<!-- MQ 相关 -->
|
2022-06-01 23:59:01 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|