How to check if all spring placeholders exist?

frogstone

New Member
I have java spring application, that uses in xml files placeholders values of them taken from app.properties. Is it possible to create test or something similar without starting application and getting up spring context that names all placeholders used in xml files (where beans are configured) are correct, nothing missing, nothing misspelled etc. ?Thanks.
 
Back
Top