NIO-F3-Java/youchain-system/src/test/java/com/youchain/EladminSystemApplicationTes...

19 lines
348 B
Java
Raw Normal View History

2025-08-04 14:52:55 +08:00
package com.youchain;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
public class EladminSystemApplicationTests {
@Test
public void contextLoads() {
}
public static void main(String[] args) {
}
}