reset 回滚 修改spring源码上下文持有者(存在数据未清理内存泄漏问题)

This commit is contained in:
疯狂的狮子Li
2024-08-17 10:10:51 +08:00
parent facbb7f28f
commit 9318f182b0
9 changed files with 31 additions and 194 deletions

View File

@ -99,13 +99,6 @@
<artifactId>transmittable-thread-local</artifactId>
</dependency>
<dependency>
<groupId>jakarta.faces</groupId>
<artifactId>jakarta.faces-api</artifactId>
<version>4.1.0</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>