microservices - Is there exists a version in Springcloud Eureka system for each service? -


here have eureka service version 1.0(maven) registered in eureka server in production environment, , version 2.0 developing, published later.

how register both version 1.0 , version 2.0 in 1 eureka server, , consumer services decide select right version wants to.

is there exists version in springcloud eureka system each service?

thanks.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -