1 Star 0 Fork 0

不爱那么多I只爱一点点/agile-integrate-demo

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
不爱那么多I只爱一点点 提交于 2021-03-16 16:52 +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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cloud.agileframework</groupId>
<artifactId>agile-integrate-parent</artifactId>
<version>1.0</version>
</parent>
<groupId>cloud.agileframework.demo</groupId>
<artifactId>agile-integrate-demo</artifactId>
<version>1.0-SNAPSHOT</version>
<repositories>
<repository>
<id>spring</id>
<url>https://repo.spring.io/milestone/</url>
</repository>
<repository>
<id>privateMaven</id>
<url>http://10.10.10.9:8081/nexus/content/repositories/agile/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>cloud.agileframework.demo</groupId>
<artifactId>agile-integrate-common-demo</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/agile-framework/agile-integrate-demo.git
git@gitee.com:agile-framework/agile-integrate-demo.git
agile-framework
agile-integrate-demo
agile-integrate-demo
master

搜索帮助