update 使用 spring cglib 替换 停止维护的 cglib

This commit is contained in:
疯狂的狮子Li
2022-04-16 14:08:11 +08:00
parent e72b878380
commit 30f0bdc754
3 changed files with 68 additions and 19 deletions

View File

@ -69,11 +69,6 @@
<artifactId>easyexcel</artifactId>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
</dependency>
<!-- yml解析器 -->
<dependency>
<groupId>org.yaml</groupId>