1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

添加MySQL配置,并跑通项目

This commit is contained in:
2022-10-21 01:13:59 +08:00
parent 972b67de22
commit 42852f150a
9 changed files with 133 additions and 71 deletions

View File

@@ -6,8 +6,8 @@ import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ApplicationTests {
@Test
void contextLoads() {
}
@Test
void contextLoads() {
}
}