From d7710a868b25d96d27ab2360bd95c7bdf485b165 Mon Sep 17 00:00:00 2001 From: Hccake Date: Mon, 17 May 2021 10:54:30 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20=E6=B7=BB=E5=8A=A0=20spring-boot-con?= =?UTF-8?q?figuration-processor=EF=BC=8C=E4=BB=A5=E4=BE=BF=E7=94=9F?= =?UTF-8?q?=E6=88=90=20spring-configuration-meta.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-admin-server/pom.xml | 6 ++++++ yudao-framework/yudao-spring-boot-starter-security/pom.xml | 6 ++++++ yudao-framework/yudao-spring-boot-starter-web/pom.xml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/yudao-admin-server/pom.xml b/yudao-admin-server/pom.xml index 107b67e6b..ef3839d3d 100644 --- a/yudao-admin-server/pom.xml +++ b/yudao-admin-server/pom.xml @@ -36,6 +36,12 @@ cn.iocoder.boot yudao-spring-boot-starter-web + + + org.springframework.boot + spring-boot-configuration-processor + true + cn.iocoder.boot diff --git a/yudao-framework/yudao-spring-boot-starter-security/pom.xml b/yudao-framework/yudao-spring-boot-starter-security/pom.xml index c62863bcb..4a2b1878a 100644 --- a/yudao-framework/yudao-spring-boot-starter-security/pom.xml +++ b/yudao-framework/yudao-spring-boot-starter-security/pom.xml @@ -27,6 +27,12 @@ cn.iocoder.boot yudao-spring-boot-starter-web + + + org.springframework.boot + spring-boot-configuration-processor + true + org.springframework.boot diff --git a/yudao-framework/yudao-spring-boot-starter-web/pom.xml b/yudao-framework/yudao-spring-boot-starter-web/pom.xml index a49d707ad..e041e2e10 100644 --- a/yudao-framework/yudao-spring-boot-starter-web/pom.xml +++ b/yudao-framework/yudao-spring-boot-starter-web/pom.xml @@ -26,6 +26,12 @@ org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-configuration-processor + true + com.github.xiaoymin