当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
11 Star 24 Fork 11

Pear Admin/Pear Admin Plugin
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
就眠儀式 提交于 2020-06-03 20:52 . Id 资源池
<?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>
<!-- Spring Boot Starter Parent -->
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<!-- Pear Admin Plugin 仓 库 位 置 -->
<groupId>com.pearadmin</groupId>
<artifactId>pear-admin-plugin</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<!-- Pear Admin Plugin 项 目 描 述 -->
<name>pear-admin-plugin</name>
<description>
可 拔 插 的 Spring Boot 插 件 集 , 为 Pear Admin Boot / Pear Admin Cloud 插 件 服 务
</description>
<!-- 模 块 管 理 -->
<modules>
<module>pear-plugin-sample</module>
<module>pear-plugin-project</module>
</modules>
<!-- 版 本 控 制 -->
<properties>
<java.version>11</java.version>
</properties>
<!-- 依 赖 管 理 -->
<dependencies>
<!-- Spring Boot Starter -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/pear-admin/Pear-Admin-Plugin.git
git@gitee.com:pear-admin/Pear-Admin-Plugin.git
pear-admin
Pear-Admin-Plugin
Pear Admin Plugin
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385