修复lombok导致打包冲突

This commit is contained in:
MHW
2026-03-17 21:21:48 +08:00
parent 8b2f4dab89
commit 8844830afc
4 changed files with 29 additions and 8 deletions

View File

@@ -113,6 +113,12 @@
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.34</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>