Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
查看Hoverfly安装它描述了如何使用 Docker 或 Homebrew 或 Kubernetes 安装
我不使用微服务,也没有/使用 Docker/Homebrew/Kubernetes
我还能使用 Hoverfly 还是必须安装 Docker/Kubernetes 才能在 windows/linux 上执行它?
其实它只是可执行的,你可以下载它
并通过运行开始hoverctl start
hoverctl start
或用于测试添加为Maven 依赖项
要使用 Hoverfly,我们需要添加一个 Maven 依赖项: <dependency> <groupId>io.specto</groupId> <artifactId>hoverfly-java</artifactId> <version>0.8.1</version> </dependency>
要使用 Hoverfly,我们需要添加一个 Maven 依赖项:
<dependency> <groupId>io.specto</groupId> <artifactId>hoverfly-java</artifactId> <version>0.8.1</version> </dependency>