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