spring-cloud-netflix icon indicating copy to clipboard operation
spring-cloud-netflix copied to clipboard

Using spring cloud netflix stack to build microservice

Results 2 spring-cloud-netflix issues
Sort by recently updated
recently updated
newest added

我用react写了一个前端service,但是我在注册到eureka server时,报失败,跨城问题。 Access to fetch at 'http://localhost:1001/eureka/apps/react-todo-list' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present...

官方的接口好像已经没有用到getInstancesByVipAddress这个方法了,而是getInstancesByAppId,用getInstancesByVipAddress方法会得不到结果,看一下是否是这样?