WxAppServer/src/test/java/com/bigdata/wxappserver/WxappServerApplicationTests...

14 lines
229 B
Java
Raw Normal View History

2024-08-28 20:47:20 +08:00
package com.bigdata.wxappserver;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class WxappServerApplicationTests {
@Test
void contextLoads() {
}
}