I’d like to print the consolidated list of properties set in our application on startup. What is the best way to do this?
Thanks
Use a custom PropertyPlaceholderConfigurer implementation that overrides the resolve... methods and logs the placeholder name. You may also need/want to override the convert... methods, but resolve... should handle it.
resolve...
placeholder
convert...