This commit is contained in:
parent
bba038ef00
commit
f9359ac14d
|
@ -55,7 +55,6 @@ public class DocUtil {
|
|||
|
||||
static {
|
||||
fieldValue.put("uuid-string", UUID.randomUUID().toString());
|
||||
fieldValue.put("uid", UUID.randomUUID().toString());
|
||||
fieldValue.put("id-string", String.valueOf(RandomUtil.randomInt(1, 200)));
|
||||
fieldValue.put("nickname-string", enFaker.name().username());
|
||||
fieldValue.put("hostname-string", faker.internet().ipV4Address());
|
||||
|
|
Loading…
Reference in New Issue