|
@@ -47,11 +47,20 @@
|
|
|
<artifactId>hutool-core</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>org.mapstruct</groupId>-->
|
|
|
+<!-- <artifactId>mapstruct</artifactId>-->
|
|
|
+<!-- </dependency>-->
|
|
|
<dependency>
|
|
|
- <groupId>org.mapstruct</groupId>
|
|
|
- <artifactId>mapstruct</artifactId>
|
|
|
+ <groupId>io.github.linpeilie</groupId>
|
|
|
+ <artifactId>mapstruct-plus</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>io.github.linpeilie</groupId>-->
|
|
|
+<!-- <artifactId>mapstruct-plus-spring-boot-starter</artifactId>-->
|
|
|
+<!-- </dependency>-->
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|
|
@@ -90,16 +99,22 @@
|
|
|
<source>${java.version}</source> <!-- depending on your project -->
|
|
|
<target>${java.version}</target> <!-- depending on your project -->
|
|
|
<annotationProcessorPaths>
|
|
|
- <path>
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
- <version>1.18.24</version>
|
|
|
- </path>
|
|
|
- <path>
|
|
|
- <groupId>org.mapstruct</groupId>
|
|
|
- <artifactId>mapstruct-processor</artifactId>
|
|
|
- <version>1.4.2.Final</version>
|
|
|
- </path>
|
|
|
+ <path>
|
|
|
+ <groupId>org.projectlombok</groupId>
|
|
|
+ <artifactId>lombok</artifactId>
|
|
|
+ <version>${lombok.version}</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>
|
|
|
+
|
|
|
<!-- other annotation processors -->
|
|
|
</annotationProcessorPaths>
|
|
|
</configuration>
|