Integrated deployment with profile management for set of Spring Boot microservices with maven -


i have 7-8 microservices, in future number can grow 25-30. these services spring boot rest services.

what best practice have integrated build all?

also, deployment purpose have switch between test , dev profile. how can make centralized instead of doing each service?

as microservices should independent should not build or deployed together. switching between test , dev profile performed checking service deployed use of environment variables. more information e.g. here.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -