Using spring -cloud-rest-client almost solves this problem, but one part still remains regarding nested properties that the old java.util.Properties does not handle. For example, the configuration could be this:
part: def sub_alpha: abc${part}ghi
Spring cloud clients allow sub_alpha for sub_alpha = abcdefghi, but this method will give sub_alpha = abc $ {def} ghi.
I am still working on a solution to the problem, but I think someone had a problem.
source share