tianyun 2 vuotta sitten
vanhempi
commit
f7eb5d258e
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      demo-mapstruct/pom.xml

+ 5 - 0
demo-mapstruct/pom.xml

@@ -36,5 +36,10 @@
             <groupId>org.projectlombok</groupId>
             <artifactId>lombok</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok-mapstruct-binding</artifactId>
+            <version>0.2.0</version>
+        </dependency>
     </dependencies>
 </project>