small version fix

This commit is contained in:
JUNYI OU
2025-04-13 18:39:03 -04:00
parent 0119d81482
commit 1a2b6be001
4 changed files with 51 additions and 5 deletions

View File

@@ -38,6 +38,20 @@
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!--简化对象封装工具-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<scope>provided</scope>
</dependency>
<!-- Add lombok annotation processor -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-mapstruct-binding</artifactId>
<version>0.2.0</version>
</dependency>
</dependencies>
</project>