Description
Expected Behavior
I have a variety of additional properties which are based upon deployment or libraries. I want my editor to be informed of these but I don't want to embed these configurations into every single project which imports these.
I'd like to have a setting where I can point to a common additional-spring-configuration-metadata.json
in some path somewhere.
Current Behavior
The quick fix creates a META-INF folder which has additional-spring-configuration-metadata.json
in it. That's local clutter in the project. It also didn't work for me for some reason but in any case but doesn't matter too much as I wouldn't commit it.
Context
I just went ahead and added "spring-boot.ls.problem.application-properties.PROP_UNKNOWN_PROPERTY": "IGNORE"
to my preferences for now.
Saw related issues like #332