利用SpringCloud搭建微服務1——註冊中心Eureka組件的使用

搭建Eureka服務註冊中心 1 maven quickstart 2 pom依賴(springboot的版本必須和springcloud版本兼容) 3 配置application.properties (實現註冊中心的內容) server.port=8000 eureka.instance.hostname=localhost //當這個域名能夠訪問到註冊中心所在的服務器時,可以被註冊中心監聽到
相關文章
相關標籤/搜索