员工管理案例--xml版本

This commit is contained in:
2025-09-27 11:57:55 +08:00
parent 2f4658d84f
commit 1c3cc5e80a
10 changed files with 12201 additions and 0 deletions

View File

@@ -27,7 +27,15 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- 解析XML -->
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.3</version>
</dependency>
</dependencies>
<!--springboot版本统一管理-->
<dependencyManagement>
<dependencies>
<dependency>