Initial commit
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#??????
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
driver-class-name: com.mysql.jdbc.Driver
|
||||
|
@@ -15,5 +15,4 @@ class Springboot05MybatisApplicationTests {
|
||||
void contextLoads() {
|
||||
System.out.println(bookDao.getById(1));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user