mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-16 22:36:50 +08:00
'pageadd'
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.xboe;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
//@SpringBootTest
|
||||
class BoeServerAllApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
|
||||
// for(int i=0;i<100;i++) {
|
||||
// System.out.println(IDGenerator.generate());
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user