Generates metadata for custom configuration properties in Spring Boot applications, enabling IDE autocompletion.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows a configuration properties class that will be processed by the annotation processor.
Add the dependency with annotationProcessor scope (Maven: <scope>provided</scope>).
No dependency data recorded yet.