From a40c3ecf233363cf21e3c931984602e30b009590 Mon Sep 17 00:00:00 2001 From: Freeman Liu Date: Fri, 6 Oct 2023 23:42:18 +0800 Subject: [PATCH] feat: configuration-processor and autoconfigure-processor should be optional --- mybatis-flex-spring-boot-starter/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mybatis-flex-spring-boot-starter/pom.xml b/mybatis-flex-spring-boot-starter/pom.xml index 53da478b..c4a659cb 100644 --- a/mybatis-flex-spring-boot-starter/pom.xml +++ b/mybatis-flex-spring-boot-starter/pom.xml @@ -34,11 +34,13 @@ org.springframework.boot spring-boot-configuration-processor + true org.springframework.boot spring-boot-autoconfigure-processor + true