Skip to content

Latest commit

 

History

History
 
 

springboot-dubbo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

##springboot-dubbo

该项目是Springboot 和 dubbo 结合的例子,是provider 的示例,提供服务。简单的写了一些用户和权限的接口没有写的很完整,主要是为了提现dubbo 服务 Springboot-shiro2 也是和dubbo 的结合例子是 消费者的示例。

abel-user-api

该模块是让消费者 引用的 api 模块,主要用来定义接口和数据传输实体

abel-user-provider

该模块是真正的微服务提供者