發表於 程式分享

springBoot微服務架構初體驗

專案名稱 Github url 主要功能
helloeureka https://github.com/yahuihuang/helloeureka Eureka server (註冊中心: 服務Load Balance)
hello https://github.com/yahuihuang/hello Restful API (服務提供者)

log4j2

DB 連線 (hibernate)

讀取設定檔

hellofeign https://github.com/yahuihuang/hellofeign Restful API (服務提供者 + 服務消費者)

服務降級設定(服務異常處理) – class Level

設定檔用YAML格式

helloconsumer https://github.com/yahuihuang/helloconsumer Restful API (服務提供者 + 服務消費者)

服務降級設定(服務異常處理) – method Level

Api-gateway https://github.com/yahuihuang/api-gateway API 閘道服務 (路由設定、篩檢程式)

設定檔用YAML格式

發表留言