Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 示例.
- Host: GitHub
- URL: https://github.com/tomoncle/spring-boot-dubbo-samples
- Owner: tomoncle
- License: mit
- Created: 2018-09-27T10:10:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T00:14:06.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T22:37:01.841Z (2 months ago)
- Topics: annotation, dubbo, rpc, spring, spring-boot
- Language: Java
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-dubbo-samples
> spring-boot 注解方式集成 dubbo## 模块介绍:
* api: 接口暴露,供provider, consumer调用
* model: 实体层
* provider: 服务真正的提供者
* consumer: 服务消费者