Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions docker-compose/easymock/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# easyMock模拟测试辅助工具



官网:https://easy-mock.com/ (暂时无法访问)

github:https://github.com/easy-mock/easy-mock



![img](assets/easymock.png)



## 简介

Easy Mock 是一个可视化,并且能快速生成**模拟数据**的持久化服务。



## 特性

- 支持接口代理
- 支持快捷键操作
- 支持协同编辑
- 支持团队项目
- 支持 RESTful
- 支持 [Swagger](https://swagger.io) | OpenAPI Specification ([1.2](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/1.2.md) & [2.0](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md) & [3.0](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md))
- 基于 Swagger 快速创建项目
- 支持显示接口入参与返回值
- 支持显示实体类
- 支持灵活性与扩展性更高的响应式数据开发
- 支持自定义响应配置(例:status/headers/cookies)
- 支持 [Mock.js](http://mockjs.com/) 语法
- 支持 [restc](https://github.com/ElemeFE/restc) 方式的接口预览
Binary file added docker-compose/easymock/assets/easymock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docker-compose/easymock/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!\bin\bash
docker-compose up -d
19 changes: 19 additions & 0 deletions docker-compose/easymock/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: '3.7'

services:

easymock:
image: jptx1234/easy-mock-all-in-one
container_name: easymock
restart: always
ports:
- 7300:7300
environment:
TZ: Asia/Shanghai
networks:
- swarm_net

networks:
swarm_net:
external: true