解决注解初始化逻辑不自动执行问题

This commit is contained in:
2025-06-03 16:08:52 +08:00
parent 3d6f322da5
commit 61402bfac7
3 changed files with 44 additions and 2 deletions

View File

@ -24,6 +24,12 @@
<artifactId>lombok</artifactId>
<version>1.18.30</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>