mock平台
- 零侵入式mock平台,多协议支持(dubbo2.x,3.x,openfeign,http)
- 支持动态参数匹配
- 支持动态数据
- 云原生支持
- 支持模拟耗时
Getting started
The following code snippet comes from Dubbo Samples. You may clone the sample project and step into the dubbo-samples-api
subdirectory before proceeding.
git clone https://github.com/apache/dubbo-samples.git
cd dubbo-samples/1-basic/dubbo-samples-api
There's a README file under dubbo-samples-api
directory. We recommend referencing the samples in that directory by following the below-mentioned instructions: