From 7e44354e2a30c2530e3dee82ad38755fd5c534a7 Mon Sep 17 00:00:00 2001 From: linpeilie Date: Sun, 26 Feb 2023 14:51:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Dspringboot3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/changelog/index.md | 2 +- docs/guide/install.md | 12 ++++++------ docs/guide/quick-start.md | 4 ++-- example/pom.xml | 4 ++-- ...work.boot.autoconfigure.AutoConfiguration.imports | 1 + pom.xml | 2 +- 7 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 mapstruct-plus-spring-boot-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports diff --git a/README.md b/README.md index 8ede297..dba1b55 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ public class User { ```xml - 1.1.1 + 1.1.3 diff --git a/docs/changelog/index.md b/docs/changelog/index.md index f4a9298..56b1bb6 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -6,7 +6,7 @@ order: 1 # 更新日志 -## **1.1.2** +## **1.1.3** > `2022-02-26` - 适配 SpringBoot3 diff --git a/docs/guide/install.md b/docs/guide/install.md index b966792..debad88 100644 --- a/docs/guide/install.md +++ b/docs/guide/install.md @@ -15,7 +15,7 @@ order: 3 ```xml - 1.1.1 + 1.1.3 @@ -50,9 +50,9 @@ order: 3 ```groovy dependencies { - implementation 'io.github.linpeilie:mapstruct-plus:1.1.1' + implementation 'io.github.linpeilie:mapstruct-plus:1.1.3' - annotationProcessor 'io.github.linpeilie:mapstruct-plus-processor:1.1.1' + annotationProcessor 'io.github.linpeilie:mapstruct-plus-processor:1.1.3' } ``` @@ -62,7 +62,7 @@ dependencies { ```xml - 1.1.1 + 1.1.3 @@ -97,8 +97,8 @@ dependencies { ```groovy dependencies { - implementation 'io.github.linpeilie:mapstruct-plus-spring-boot-starter:1.1.1' + implementation 'io.github.linpeilie:mapstruct-plus-spring-boot-starter:1.1.3' - annotationProcessor 'io.github.linpeilie:mapstruct-plus-processor:1.1.1' + annotationProcessor 'io.github.linpeilie:mapstruct-plus-processor:1.1.3' } ``` \ No newline at end of file diff --git a/docs/guide/quick-start.md b/docs/guide/quick-start.md index 9fc1a0d..fefb5a9 100644 --- a/docs/guide/quick-start.md +++ b/docs/guide/quick-start.md @@ -41,7 +41,7 @@ public class User { ```xml - 1.1.1 + 1.1.3 @@ -137,7 +137,7 @@ public class QuickStart { ```xml - 1.1.1 + 1.1.3 diff --git a/example/pom.xml b/example/pom.xml index 185d0a0..5685fac 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -12,13 +12,13 @@ quick-start spring-boot spring-boot-with-lombok - + spring-boot-3 UTF-8 1.5.1.Final - 1.1.2 + 1.1.3 1.18.22 diff --git a/mapstruct-plus-spring-boot-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/mapstruct-plus-spring-boot-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports new file mode 100644 index 0000000..a9fc235 --- /dev/null +++ b/mapstruct-plus-spring-boot-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -0,0 +1 @@ +io.github.linpeilie.mapstruct.MapstructAutoConfiguration \ No newline at end of file diff --git a/pom.xml b/pom.xml index faabdfd..def1a76 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ - 1.1.2 + 1.1.3 8 8 UTF-8