mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 11:56:50 +08:00
17 lines
236 B
Java
17 lines
236 B
Java
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());
|
|
// }
|
|
}
|
|
|
|
}
|