1 Star 1 Fork 1

lyflyy/uboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
lyflyy 提交于 2020-03-26 22:43 . update: 新增model
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<modules>
<module>uboot-auth</module>
<module>uboot-common</module>
<module>uboot-core</module>
<module>uboot-test</module>
<module>uboot-generator</module>
<module>uboot-bussiness</module>
</modules>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.5.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.uboot.uyibai</groupId>
<artifactId>uboot</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>uboot</name>
<description>uboot project for Spring Boot</description>
<properties>
<java.version>1.8</java.version>
<fastjson.version>1.2.8</fastjson.version>
<hutool.version>4.5.11</hutool.version>
<uboot-common.version>0.0.1-SNAPSHOT</uboot-common.version>
<uboot-core.version>0.0.1-SNAPSHOT</uboot-core.version>
<uboot-auth.version>0.0.1-SNAPSHOT</uboot-auth.version>
</properties>
<dependencies>
</dependencies>
<dependencyManagement>
<dependencies>
<!-- uboot -->
<dependency>
<groupId>com.uboot.uyibai</groupId>
<artifactId>uboot-common</artifactId>
<version>${uboot-common.version}</version>
</dependency>
<dependency>
<groupId>com.uboot.uyibai</groupId>
<artifactId>uboot-core</artifactId>
<version>${uboot-core.version}</version>
</dependency>
<dependency>
<groupId>com.uboot.uyibai</groupId>
<artifactId>uboot-auth</artifactId>
<version>${uboot-auth.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lyflyy/uboot.git
git@gitee.com:lyflyy/uboot.git
lyflyy
uboot
uboot
master

搜索帮助