diff --git a/pom.xml b/pom.xml index d853b2c8..6cd1acba 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,8 @@ 8.14.0 1.72 2.14.2 + 1.2.1 + 0.2.0 2.7.0 @@ -364,6 +366,13 @@ ${alibaba-ttl.version} + + io.github.linpeilie + mapstruct-plus-spring-boot-starter + ${mapstruct-plus.version} + + + @@ -409,6 +418,16 @@ spring-boot-configuration-processor ${spring-boot.version} + + io.github.linpeilie + mapstruct-plus-processor + ${mapstruct-plus.version} + + + org.projectlombok + lombok-mapstruct-binding + ${mapstruct-plus.lombok.version} + diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index f4b52efa..d38ee739 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -110,6 +110,11 @@ spring-boot-configuration-processor + + io.github.linpeilie + mapstruct-plus-spring-boot-starter + +