Skip to content

A spring-cloud deom for self-learning and practical use

Notifications You must be signed in to change notification settings

lihongze/spring-cloud-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

微服务

项目介绍

一个小型微服务框架,作为自己对spring cloud的学习实践使用

软件架构

spring cloud :eurake,config,gateway等 spring-cloud.version:Finchley.RELEASE

使用说明

  1. register是注册中心,其他服务都要注册到这里
  2. client是服务端
  3. configer是配置中心
  4. gateway是网关
  5. server是测试服务之间调用的服务
  6. common是公共依赖代码包

参与贡献

  1. Fork 本项目
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request