Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomoncle/spring-boot-dubbo-samples

spring-boot 注解方式集成 dubbo 示例.
https://github.com/tomoncle/spring-boot-dubbo-samples

annotation dubbo rpc spring spring-boot

Last synced: 10 days ago
JSON representation

spring-boot 注解方式集成 dubbo 示例.

Awesome Lists containing this project

README

        

# spring-boot-dubbo-samples
> spring-boot 注解方式集成 dubbo

## 模块介绍:
* api: 接口暴露,供provider, consumer调用
* model: 实体层
* provider: 服务真正的提供者
* consumer: 服务消费者