javaEEday05-请求响应-响应-案例1

This commit is contained in:
2026-05-17 13:38:24 +08:00
parent ff46b49624
commit c80ed24cdf
10 changed files with 12228 additions and 0 deletions

View File

@@ -40,6 +40,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!--dom4j解析xml文件的依赖-->
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.3</version>
</dependency>
</dependencies>
<build>