shalousun 2021-07-16 22:41:21 +08:00
parent bba038ef00
commit f9359ac14d
1 changed files with 0 additions and 1 deletions

View File

@ -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());