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

2. 修复 xss 无法禁用的问题
This commit is contained in:
YunaiV
2023-09-17 00:46:11 +08:00
parent 3af88326f9
commit e7703c6f48
3 changed files with 1 additions and 12 deletions

View File

@@ -32,11 +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>