親自動手搭建微服務框架和測試環境-2-註冊中心

本應該按是什麼-怎麼作-爲何這麼作的邏輯來。但,爲了先讓你們看看實際的比較明顯的效果,特把註冊中心提早。web

1、eureka server示例bootstrap

1)使用FileàNewàSpring Starter Project建立項目,按照嚮導選擇Eureka Serveride

image.png

2)檢查依賴:測試

Eureka Server依賴:spa


image.png


Spring Cloud管理依賴:3d

image.png


倉庫:server

image.png



2)註冊中心構建blog

image.png


增長註解@EnableEurekaServer便可it



2、eureka client示例io

1)使用FileàNewàSpring Starter Project建立項目,按照嚮導選擇Eureka Discovery

image.png


2)檢查依賴:

Eureka Discovery依賴:

image.png


還要web依賴:

image.png


Spring Cloud管理依賴:

image.png


倉庫:

image.png


2)客戶端服務構建構建

image.png


增長註解@EnableDiscoveryClient便可。

同時提供基於RESTfulWebService,使用註解@RestController

爲了讓註冊中心識別服務名稱,須要在bootstrap.properties文件中指定一個ApplicationName

image.png


啓動註冊中心和客戶端服務後,使用Chrome測試:

image.png


效果已經看出來了,後面仍是從頭開始來個全套SPA服務。

相關文章
相關標籤/搜索