how is it possible to compare different runtime configurations of a Spring-Boot application?
We use various yml files for different profiles and wanted to create a test that would show what configuration differences exist between two profiles.
Since the differences can be subject to different rules, the test is more likely to be a kind of 'diff', the result of which has to be manually checked.