Getting Started
Reference Documentation
For further reference, please consider the following sections:
Official Apache Maven documentation
Spring Boot Maven Plugin Reference Guide
Create an OCI image
Spring Configuration Processor
Appendix B: Configuration Metadata
Spring Boot jars include metadata files that provide details of all supported configuration properties. The files are designed to let IDE developers offer contextual help and “code completion” as users are working with application.properties or application.yml files.
The majority of the metadata file is generated automatically at compile time by processing all items annotated with @ConfigurationProperties. However, it is possible to write part of the metadata manually for corner cases or more advanced use cases.
10.B.1. Metadata Format
Configuration metadata files are located inside jars under META-INF/spring-configuration-metadata.json. The