1 Star 0 Fork 0

monkeyshow / yuehsu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
王勤学 提交于 2021-07-26 17:12 . 初始化,并搭建基本脚手架
<?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.qinxueit</groupId>
<artifactId>yueshu</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>yue-core</module>
<module>yue-admin</module>
<module>yue-web</module>
</modules>
<name>yueshu</name>
<description>悦书网</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.qinxueit</groupId>
<artifactId>yue-core</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.qinxueit</groupId>
<artifactId>yue-admin</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.qinxueit</groupId>
<artifactId>yue-web</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
1
https://gitee.com/wonkingshow/yuehsu.git
git@gitee.com:wonkingshow/yuehsu.git
wonkingshow
yuehsu
yuehsu
master

搜索帮助