diff --git a/mybatis-flex-spring-boot-starter/pom.xml b/mybatis-flex-spring-boot-starter/pom.xml
index 7f6fb74f..ae613959 100644
--- a/mybatis-flex-spring-boot-starter/pom.xml
+++ b/mybatis-flex-spring-boot-starter/pom.xml
@@ -29,6 +29,16 @@
spring-boot-autoconfigure
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+
+
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+
+
org.mybatis.scripting
mybatis-freemarker
diff --git a/pom.xml b/pom.xml
index eb517b03..f793cf4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,6 +133,18 @@
${spring-boot.version}
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ ${spring-boot.version}
+
+
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ ${spring-boot.version}
+
+
org.springframework.boot
spring-boot-starter-web