1. 移除 netty-all,减少依赖

2. 修复 xss 无法禁用的问题
This commit is contained in:
YunaiV
2023-09-17 00:37:11 +08:00
parent 222daa5366
commit 436fef7efa
3 changed files with 7 additions and 13 deletions

View File

@ -32,12 +32,6 @@
<artifactId>spring-boot-starter-cache</artifactId> <!-- 实现对 Caches 的自动化配置 -->
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>