Skip to content

Commit a85f1ab

Browse files
author
JsonZou
committed
1.增加bean mocker拦截器支持
2.增加支持配置Modifier:static、public、protected、private 3.排除final修饰的字段 4.对可模拟的class类做一些过滤
1 parent 0ce7b02 commit a85f1ab

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@ Jmockdata插件通过随机算法模拟Java数据.
3232
## Download
3333

3434
>
35-
### _Jmockdata-4.2.0_
35+
### _Jmockdata-4.3.0_
3636
#### Jar
37-
> [Jmockdata-4.2.0](http://repo.maven.apache.org/maven2/com/github/jsonzou/jmockdata/4.2.0/jmockdata-4.2.0.jar)
37+
> [Jmockdata-4.3.0](http://repo.maven.apache.org/maven2/com/github/jsonzou/jmockdata/4.3.0/jmockdata-4.3.0.jar)
3838
#### Maven
3939
```
4040
<dependency>
4141
<groupId>com.github.jsonzou</groupId>
4242
<artifactId>jmockdata</artifactId>
43-
<version>4.2.0</version>
43+
<version>4.3.0</version>
4444
</dependency>
4545
```
4646
#### Gradle
4747
```
48-
compile group: 'com.github.jsonzou', name: 'jmockdata', version: '4.2.0'
48+
compile group: 'com.github.jsonzou', name: 'jmockdata', version: '4.3.0'
4949
```
5050
#### 更多已发布版本下载
5151
> [https://github.com/jsonzou/jmockdata/releases](https://github.com/jsonzou/jmockdata/releases)
@@ -66,6 +66,7 @@ Jmockdata插件通过随机算法模拟Java数据.
6666
- [4.1.1](https://github.com/jsonzou/jmockdata/releases/tag/jmockdata-4.1.1-RELEASE)
6767
- [4.1.2](https://github.com/jsonzou/jmockdata/releases/tag/jmockdata-4.1.2-RELEASE)
6868
- [4.2.0](https://github.com/jsonzou/jmockdata/releases/tag/jmockdata-4.2.0-RELEASE)
69+
- [4.3.0](https://github.com/jsonzou/jmockdata/releases/tag/jmockdata-4.3.0-RELEASE)
6970

7071
## Usage
7172

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.jsonzou</groupId>
66
<artifactId>jmockdata</artifactId>
7-
<version>4.2.0</version>
7+
<version>4.3.0</version>
88
<packaging>jar</packaging>
99

1010
<properties>

0 commit comments

Comments
 (0)