0

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.

ABKN
  • 59
  • 5
  • See similar question https://stackoverflow.com/questions/13364112/spring-profiles-and-testing – Ori Marko Oct 16 '18 at 11:27
  • @user7294900 Thanks for the feedback, the other question seems to be similar, but the essential aspect, the comparison of different resulting configurations at runtime, unfortunately will not be needled. – ABKN Oct 16 '18 at 11:31

0 Answers0