Initial commit

This commit is contained in:
2023-03-15 08:58:50 +08:00
parent c4d06c6674
commit ceb0679353
15 changed files with 228 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
#??????
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver

View File

@@ -15,5 +15,4 @@ class Springboot05MybatisApplicationTests {
void contextLoads() {
System.out.println(bookDao.getById(1));
}
}