This commit is contained in:
Leo
2023-10-17 14:32:24 +08:00
commit 251d10a6ea
41 changed files with 5304 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package cn.van333.wxsend;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class WxSendApplicationTests {
@Test
void contextLoads() {
}
}