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

This commit is contained in:
2026-09-19 13:14:03 +08:00
parent 20487218ab
commit a03f53a046
10 changed files with 12206 additions and 0 deletions
+7
View File
@@ -29,6 +29,7 @@
<properties>
<java.version>17</java.version>
</properties>
<!--依赖管理-->
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -40,6 +41,12 @@
<artifactId>spring-boot-starter-webmvc-test</artifactId>
<scope>test</scope>
</dependency>
<!--XML解析依赖-->
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.3</version>
</dependency>
</dependencies>
<build>