Fetch the repository succeeded.
This action will force synchronization from 鲲鹏/JavaWeb_AntdVue, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<?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">
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.5.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.javaweb</groupId>
<artifactId>javaweb</artifactId>
<version>0.0.1-SNAPSHOT</version>
<!--父模块打包类型必须为pom-->
<packaging>pom</packaging>
<name>javaweb</name>
<description>JavaWeb_EleVue_Pro前后端分离框架旗舰版</description>
<!-- 子模块依赖 -->
<modules>
<module>javaweb-common</module>
<module>javaweb-system</module>
<module>javaweb-generator</module>
<module>javaweb-admin</module>
<module>javaweb-api</module>
</modules>
<properties>
<java.version>1.8</java.version>
<!-- 表示打包时跳过mvn test -->
<maven.test.skip>true</maven.test.skip>
<!--全局配置项目版本号-->
<version>0.0.1-SNAPSHOT</version>
</properties>
<!-- 依赖声明 -->
<dependencyManagement>
<dependencies>
<!-- 子模块依赖 -->
<dependency>
<groupId>com.javaweb</groupId>
<artifactId>javaweb-common</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>com.javaweb</groupId>
<artifactId>javaweb-generator</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>com.javaweb</groupId>
<artifactId>javaweb-system</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>com.javaweb</groupId>
<artifactId>javaweb-admin</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>com.javaweb</groupId>
<artifactId>javaweb-api</artifactId>
<version>${version}</version>
</dependency>
<!-- 第三方依赖 -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.10</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.76</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。