From e77d29a6ccd4c68d9bb4a91b1bb4d4d06988d097 Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Tue, 10 Feb 2026 08:56:33 +0100 Subject: [PATCH] Add configuration processor to have autocomplete of properties --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 9059602..c451b31 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,12 @@ spring-boot-starter-security + + org.springframework.boot + spring-boot-configuration-processor + true + + org.springframework.boot spring-boot-starter-test