1 Star 0 Fork 820

makeFactory / diboot

forked from 帝博软件 / diboot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
JerryMa 提交于 2021-09-25 18:39 . * 升级spring boot至2.5.5
<?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>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.5</version>
<relativePath/>
</parent>
<groupId>com.diboot</groupId>
<artifactId>diboot-root</artifactId>
<version>2.3.1</version>
<packaging>pom</packaging>
<modules>
<module>diboot-core</module>
<module>diboot-core-starter</module>
<module>diboot-file-starter</module>
<module>diboot-iam-starter</module>
<module>diboot-scheduler-starter</module>
<module>diboot-message-starter</module>
<module>diboot-mobile-starter</module>
</modules>
<properties>
<java.version>1.8</java.version>
<hibernate-validator.version>6.2.0.Final</hibernate-validator.version>
<mybatis-plus.version>3.4.3.4</mybatis-plus.version>
<okhttp.version>4.9.1</okhttp.version>
<aspectjweaver.version>1.9.7</aspectjweaver.version>
<diboot.version>2.3.1</diboot.version>
</properties>
<dependencies>
<!-- 编译需要的依赖 -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.23</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>
Java
1
https://gitee.com/make-factory/diboot.git
git@gitee.com:make-factory/diboot.git
make-factory
diboot
diboot
develop

搜索帮助

53164aa7 5694891 3bd8fe86 5694891