Instances currently registered with Eureka up() code example
Example: 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}}