服务器拒绝与Netflix-Eureka的连接

时间:2019-04-04 08:43:12

标签: spring-boot docker netflix-eureka

无法在eureka服务器上注册客户端。

创建一个用于配置的映像,一个用于注册表,一个用于服务器。

运行docker,但是服务器拒绝与Netflix-eureka的连接。

设置用于配置的端口:8888

设置注册表端口:8761 设置服务器端口:8100

首先运行config docker容器,然后运行注册表,然后运行服务器。

配置和注册容器已启动,但服务器拒绝与Netflix Eureka的连接。

错误:

2019-04-04 06:56:47.360  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$1a3c83f0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)


c.n.d.s.t.d.RedirectingEurekaHttpClient  : Request execution error. endpoint=DefaultEndpoint{ serviceUrl='http://localhost:8761/eureka/}

`

0 个答案:

没有答案