springcloud2.0 service registration to Eureka registry, but they do not see a service control center in Eureka. (solved)

Url profile configuration errors registry will not say. As long as patience write right on the line.

This article is configured correctly for the service provider, but at Eureka distribution center still do not see the problem resolved.

I believe this issue, in common beginner online on this issue is a lot of articles, I do not rule out wrong.

The author pro-test, in fact, as long as the service provider to add the following dependencies.

  <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-eureka</artifactId>
            <version>1.4.0.RELEASE</version>
        </dependency>

Then restart the service
 

Released four original articles · won praise 1 · views 410

Guess you like

Origin blog.csdn.net/rwjxiaoyue/article/details/104668639