I have 7-8 microservices, in future this number can grow to 25-30. All these services are Spring boot REST services.
What is the best practice to have integrated build for all?
Also, for deployment purpose I have to switch between test and dev profile. How can I make it centralized instead of doing it for each service?