1 Star 3 Fork 0

Digital Engine/dorive-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
Engineer Chen 提交于 2025-03-16 21:40 +08:00 . 调整版本
<?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>com.gitee.digital-engine</groupId>
<artifactId>dorive-example</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<modules>
<module>dorive-example-dependencies</module>
<module>dorive-example-launcher</module>
<module>dorive-example-module1</module>
<module>dorive-example-module2</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.7.18</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.28</version>
</dependency>
<dependency>
<groupId>com.gitee.digital-engine</groupId>
<artifactId>dorive-spring-boot-starter</artifactId>
<version>3.5.0.7</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/digital-engine/dorive-example.git
git@gitee.com:digital-engine/dorive-example.git
digital-engine
dorive-example
dorive-example
master

搜索帮助