2 Star 17 Fork 4

非四顾/offcn_parent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 3.37 KB
一键复制 编辑 原始数据 按行查看 历史
xinyi 提交于 2021-07-20 19:27 . 第三次提交
<?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>xin.yi</groupId>
<artifactId>offcnpe_parent</artifactId>
<version>1.0-SNAPSHOT</version>
<modules>
<module>offcn_pojo</module>
<module>offcn_utils</module>
<module>offcn_interface</module>
<module>offcn_provider</module>
<module>offcn_controller</module>
<module>offcn_mobile</module>
<module>offcn_job</module>
</modules>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<packaging>pom</packaging>
<properties>
<java.version>1.8</java.version>
<!--mybatisplus-->
<baomidou.version>3.4.2</baomidou.version>
<!--dubbo-->
<dubbo.version>2.7.6</dubbo.version>
<!--mysql-->
<mysql.version>5.1.47</mysql.version>
<!--接口文档-->
<swagger.version>2.6.1</swagger.version>
<!--poi-->
<poi.version>3.14</poi.version>
</properties>
<dependencyManagement>
<dependencies>
<!-- springboot 整合mybatisplus 工具包 -->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>${baomidou.version}</version>
</dependency>
<!-- mybatisplus 代码生成器包 -->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-generator</artifactId>
<version>3.4.1</version>
</dependency>
<!-- 数据库驱动包 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
</dependency>
<!-- 接口文档相关包 -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>${swagger.version}</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>${swagger.version}</version>
</dependency>
<!-- dubbo 服务相关jar -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>${dubbo.version}</version>
</dependency>
<!-- poi报表操作包 -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>${poi.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/javayixin0921/offcn_parent.git
git@gitee.com:javayixin0921/offcn_parent.git
javayixin0921
offcn_parent
offcn_parent
master

搜索帮助