1
0

feat: 使用record作为vo更加便捷

This commit is contained in:
2025-08-24 19:19:32 +08:00
parent c7350da73a
commit fa85423f13
6 changed files with 600 additions and 185 deletions

16
pom.xml
View File

@@ -58,12 +58,6 @@
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.linpeilie</groupId>
<artifactId>mapstruct-plus-spring-boot-starter</artifactId>
<version>${mapstruct-plus.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>
@@ -128,16 +122,6 @@
<artifactId>jakarta.persistence-api</artifactId>
<version>3.2.0</version>
</path>
<path>
<groupId>io.github.linpeilie</groupId>
<artifactId>mapstruct-plus-processor</artifactId>
<version>${mapstruct-plus.version}</version>
</path>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-mapstruct-binding</artifactId>
<version>0.2.0</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
<arg>-Aquerydsl.entityAccessors=true</arg>