Answers for "registering mutiple instances of a single service to eureka"

0

registering mutiple instances of a single service to eureka

server.port=${PORT:0}
eureka.instance.instance-id=${spring.application.name}:${spring.application.instance_id:${random.value}}
Posted by: Guest on September-27-2020

Code answers related to "registering mutiple instances of a single service to eureka"

Browse Popular Code Answers by Language