1 Star 3 Fork 0

sshine / solon-rabbitmq-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 810 Bytes
一键复制 编辑 原始数据 按行查看 历史
sshine 提交于 2022-07-26 17:50 . 初次提交
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.noear</groupId>
<artifactId>solon-parent</artifactId>
<version>1.9.2</version>
</parent>
<groupId>com.sshine.solon.rabbitmq</groupId>
<artifactId>solon-rabbitmq</artifactId>
<version>1.9.2</version>
<packaging>pom</packaging>
<description>基于solon框架(https://gitee.com/noear/solon.git)对RabbitMQ支持的插件</description>
<modules>
<module>plugin</module>
<module>test</module>
</modules>
</project>
Java
1
https://gitee.com/sshine/solon-rabbitmq-plugin.git
git@gitee.com:sshine/solon-rabbitmq-plugin.git
sshine
solon-rabbitmq-plugin
solon-rabbitmq-plugin
master

搜索帮助