wxhelper/java_client/src/test/java/com/example/wxhk/WxhkApplicationTests.java
2023-05-31 11:20:49 +08:00

14 lines
215 B
Java

package com.example.wxhk;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class WxhkApplicationTests {
@Test
void contextLoads() {
}
}