How Node js app register to Spring eureka?
问题 Is it possible to implement node js app as a spring eureka client? I use eureka-js-client to register spring eureka server, it always response 404 error. 回答1: Check out the README of eureka-js-client for some helpful tips on this error. If you are using Spring Cloud you'll likely want to set servicePath under the eureka section of your client configuration to /eureka/apps/ . 回答2: Yes It is possible, Check these three files in repo. eureka: { host: 'localhost', port: 8761, servicePath: '