You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2022. It is now read-only.
I like to use the Spring Boot tooling in the workspace that I use for Spring Boot development. Unfortunately, this results in a couple of hundred warnings that are similar to the following:
When using @ConfigurationProperties it is recommended to add 'spring-boot-configuration-processor' to your classpath to generate configuration metadata
In my, admittedly unusual, case spring-boot-configuration-processor isn't a jar but a reference to the project. As a result, it's not found and the warning is generated.