Skip to content

Commit

Permalink
✨增加多种功能
Browse files Browse the repository at this point in the history
  • Loading branch information
hz wang committed Apr 25, 2023
1 parent 5bb9991 commit 18ce10c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pastecode-system/src/test/java/com/mewhz/paste/main/Main.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package com.mewhz.paste.main;

import com.mewhz.paste.utils.UserUtils;
import net.datafaker.Faker;

import java.util.Locale;

public class Main {

public static void main(String[] args) {
for (int i = 0; i < 2000; i++) {
System.out.println("UserUtils.userAccountGenerate() = " + UserUtils.userAccountGenerate());
}
}
}

0 comments on commit 18ce10c

Please sign in to comment.