269 Star 2.5K Fork 819

GVP帝博软件 / diboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
uu 提交于 2024-04-26 22:17 . + 增加AI组件 对接通义千问chat
<?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.2.5</version>
<relativePath/>
</parent>
<groupId>com.diboot</groupId>
<artifactId>diboot-root</artifactId>
<version>3.4.0-beta1</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.6</mybatis-plus.version>
<okhttp.version>4.12.0</okhttp.version>
<aspectjweaver.version>1.9.21</aspectjweaver.version>
<commons-io.version>2.16.0</commons-io.version>
<easyexcel.version>3.3.4</easyexcel.version>
<shiro.version>2.0.0</shiro.version>
<diboot.version>3.4.0-beta1</diboot.version>
</properties>
<dependencies>
<!-- 编译需要的依赖 -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.2.0</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/dibo_software/diboot.git
git@gitee.com:dibo_software/diboot.git
dibo_software
diboot
diboot
develop-v3

搜索帮助