File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## V3.1.0
2
+ 1 . mockConfig添加了个开关enabledCircle解决mock重复对象。
3
+ 2 . 新增注解mockIgnore忽略字段。
1
4
## V3.0.1
2
5
1 . 代码优化,性能提升,减少内部new对象开销。
3
6
2 . 为后期扩展性移除MockManager,注册自定义Mocker由mockConfig注册。
Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ Jmockdata插件通过随机算法模拟Java数据.
19
19
* 支持丰富多样的数据类型模拟,包括:Java基本类型、字符串、枚举、日期、数组、多维数组、集合[ List|Set|Map] 、枚举、Java对象等
20
20
* 支持泛型
21
21
* 支持继承
22
- * 支持循环依赖、自依赖
22
+ * 支持循环依赖、自依赖(手动开启enabledCircle)
23
+ * 支持忽略字段
23
24
* 支持改变mockConfig来自定义模拟数据策略
24
25
* 支持JDK1.7+,无任何第三方依赖
25
26
27
+
26
28
## Download
27
29
28
30
>
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.github.jsonzou</groupId >
6
6
<artifactId >jmockdata</artifactId >
7
- <version >3.0.1 </version >
7
+ <version >3.1.0 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<properties >
You can’t perform that action at this time.
0 commit comments