This commit is contained in:
2020-02-19 08:12:07 +08:00
commit 1bacd0690d
10 changed files with 800 additions and 0 deletions

View File

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