springboot Rom local redis solution

Cannot execute request on any known server

In the default setting, Eureka service registry itself as the client will attempt to register itself, so we need to disable its client registration behavior. Add springboot profile 

registerWithEureka: false
fetchRegistry: false

 

Guess you like

Origin blog.csdn.net/vandet100/article/details/83090360