281 Star 2.7K Fork 892

GVP帝博软件/diboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 2.50 KB
一键复制 编辑 原始数据 按行查看 历史
mazc 提交于 2024-10-28 17:58 . * 更新版本至v3.5.1
<?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>3.3.4</version>
<relativePath/>
</parent>
<groupId>com.diboot</groupId>
<artifactId>diboot-root</artifactId>
<version>3.5.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-notification-starter</module>
<module>diboot-mobile-starter</module>
<module>diboot-tenant-starter</module>
<module>diboot-ai-starter</module>
</modules>
<properties>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<mybatis-plus.version>3.5.8</mybatis-plus.version>
<okhttp.version>4.12.0</okhttp.version>
<aspectjweaver.version>1.9.22.1</aspectjweaver.version>
<commons-io.version>2.17.0</commons-io.version>
<easyexcel.version>4.0.3</easyexcel.version>
<shiro.version>2.0.1</shiro.version>
<diboot.version>3.5.1</diboot.version>
</properties>
<dependencies>
<!-- 编译需要的依赖 -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.34</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.4.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!-- Annotation processor
<dependency>
<groupId>com.github.therapi</groupId>
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
<version>0.15.0</version>
<scope>provided</scope>
</dependency>-->
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/dibo_software/diboot.git
git@gitee.com:dibo_software/diboot.git
dibo_software
diboot
diboot
develop-v3

搜索帮助