springcloud學習的坑

一:啓動Euerka做爲提供者或者消費者時,啓動失敗報:Process finished with exit code 0

         Unregistering application EUREKA-SERVICE with eureka with status DOWNweb

 

解決:(加入web的依賴

<dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>

而後Euerka正常啓動,並注入到註冊中心:spring

 Spring cloud有兩種服務調用方式,一種是ribbon+restTemplate,另外一種是feign。

相關文章
相關標籤/搜索