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

'hasOwnProperty' in javascript -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

android - Unable to generate FCM token from dynamically instantiated Firebase -