How to change spring application name while registering with eureka

1.7k Views Asked by At

By default eureka uses spring.application.name for application name. don't want to use the default one. Any property to change application name in eureka ?

1

There are 1 best solutions below

0
On

Try eureka.instance.appname checkout EurekaInstanceConfigBean.