MockJava/README.md
2021-09-24 13:32:06 +08:00

12 lines
419 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 简介
这是基于mockjs的MockJava实现。
# TODO
删除mockjs依赖
通过配置方式指定扫描的包/类
与元数据平台的支持?
## 需求描述:
每一个字段有类型基础类型包括int/string/等高级类型包括email类型,address类型。每个类型都会有一些生成规则。
例如int(a,b)可生成数值在a,b之间的int。
即每种类型由"类型"++约束...)组成。