add some ui feature
tsmock(Test service - Mock) is a self-contain full function mock server writen by pure Java, it has rich functions to support complex mock scenarios
Jre 8 or higher
It’s a self-contain jar file, just put it in a folder and use it, no installation need
java -jar tsmock.jar -h <http configuration file,json format> -m <metaq configuration file,json format> -l <log path>
nohup java -jar tsmock.jar -h <http configuration file,json format> -m <metaq configuration file,json format> -l <log path> >/dev/null 2>&1 &
ps -ef|grep xxx|awk '{print $2}'|xargs kill -15
Jun Qin at Alibaba
If you find any problems, be free to send mail to qinjun.qj@alibaba-inc.com
MIT © Jun Qin
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
TSMock
Introduction
tsmock(Test service - Mock) is a self-contain full function mock server writen by pure Java, it has rich functions to support complex mock scenarios
Key functions
Prerequest
Jre 8 or higher
Installation
It’s a self-contain jar file, just put it in a folder and use it, no installation need
Usage
java -jar tsmock.jar -h <http configuration file,json format> -m <metaq configuration file,json format> -l <log path>nohup java -jar tsmock.jar -h <http configuration file,json format> -m <metaq configuration file,json format> -l <log path> >/dev/null 2>&1 &ps -ef|grep xxx|awk '{print $2}'|xargs kill -15Ongoing feature
Author
Jun Qin at Alibaba
Bug and issues
If you find any problems, be free to send mail to qinjun.qj@alibaba-inc.com
License
MIT © Jun Qin