tlias管理系统--员工管理--文件上传-本地上传功能实现
This commit is contained in:
@@ -3,6 +3,8 @@ package com.inmind;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
@SpringBootTest
|
||||
class TliasWebManagementApplicationTests {
|
||||
|
||||
@@ -10,4 +12,11 @@ class TliasWebManagementApplicationTests {
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
@Test
|
||||
void testUUID() {
|
||||
for (int i = 0; i < 100; i++) {
|
||||
System.out.println(UUID.randomUUID().toString());
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user