1 Star 0 Fork 0

菜瓜布/spring-amqp-samples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
Gary Russell 提交于 2019-11-04 11:20 . Upgrade to 2.2.1.RELEASE
<?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 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp-samples</artifactId>
<name>Spring AMQP Samples</name>
<version>2.2.1.RELEASE</version>
<packaging>pom</packaging>
<modules>
<module>helloworld</module>
<module>stocks</module>
<module>log4j2</module>
<module>spring-rabbit-confirms-returns</module>
<module>spring-rabbit-json</module>
<module>spring-rabbit-global-errorhandler</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<profiles>
<profile>
<id>staging</id>
<properties>
<dist.staging>/${java.io.tmpdir}/spring-amqp/dist</dist.staging>
</properties>
<distributionManagement>
<site>
<id>spring-site-staging</id>
<url>file:///${java.io.tmpdir}/spring-amqp/docs/${project.version}</url>
</site>
<repository>
<id>spring-milestone-staging</id>
<url>file:///${java.io.tmpdir}/spring-amqp/milestone</url>
</repository>
<snapshotRepository>
<id>spring-snapshot-staging</id>
<url>file:///${java.io.tmpdir}/spring-amqp/snapshot</url>
</snapshotRepository>
</distributionManagement>
</profile>
</profiles>
<scm>
<url>https://github.com/SpringSource/spring-amqp-samples</url>
<connection>scm:git:git://github.com/SpringSource/spring-amqp-samples.git</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-amqp-samples.git</developerConnection>
</scm>
<build>
<extensions>
<extension>
<!-- available only in the springframework maven repository. see <repositories> section below -->
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>3.0.0.RELEASE</version>
</extension>
</extensions>
</build>
<repositories>
<repository>
<id>repository.springframework.maven.snapshots</id>
<name>Spring Framework Repository Including Snapshots</name>
<url>https://repo.spring.io/libs-snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/serpmelon/spring-amqp-samples.git
git@gitee.com:serpmelon/spring-amqp-samples.git
serpmelon
spring-amqp-samples
spring-amqp-samples
master

搜索帮助