Ai
3 Star 23 Fork 8

steadyjack/程序员实战基地-SpringBoot与分布式核心技术栈-系列一

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
steadyjack 提交于 2020-07-31 22:42 +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>
<groupId>com.debug.java.technology.one</groupId>
<artifactId>SpringBootTechnologyOne</artifactId>
<packaging>pom</packaging>
<version>1.0.1</version>
<modules>
<module>api</module>
<module>model</module>
<module>server</module>
</modules>
<name>SpringBootRedisson</name>
<description>程序员实战基地~fightjava.com~SpringBoot核心技术实战系列一</description>
<url>http://www.fightjava.com/web/index/course/detail/14</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
</properties>
<!-- 阿里云maven仓库 -->
<repositories>
<repository>
<id>public</id>
<name>aliyun nexus</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>public</id>
<name>aliyun nexus</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/steadyjack/SpringBootTechnologyA.git
git@gitee.com:steadyjack/SpringBootTechnologyA.git
steadyjack
SpringBootTechnologyA
程序员实战基地-SpringBoot与分布式核心技术栈-系列一
master

搜索帮助