Question
I have multiple spring boot applications, and I put the properties in application-{profile} file in project. Now I'm trying to use zookeeper as spring cloud config center, what's the best practice to migrate those properties to zookeeper please? I really don't want to add it manually since there are tons of configurations! Thanks in advance
I've raised same question on StackOverflow but got no answer yet, hope someone can help here.