update 适配 javax.servlet 替换为 jakarta.servlet 更新所有代码

update 适配 ServletUtils 更换继承 JakartaServletUtil
This commit is contained in:
疯狂的狮子Li
2023-01-13 23:02:29 +08:00
parent ac9e3f2ca4
commit 0fc796b90d
78 changed files with 154 additions and 155 deletions

View File

@@ -72,8 +72,8 @@
<!-- servlet包 -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>