This commit is contained in:
2021-12-06 11:19:00 +08:00
commit 06cb246af7
25 changed files with 2846 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.yutou.qqbot;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class QqBotApplicationTests {
@Test
void contextLoads() {
}
}