Skip to content

Commit bde9616

Browse files
authored
优雅整合 SpringBoot+Mybatis
1 parent bcef97b commit bde9616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

md/springboot-mybatis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ CREATE TABLE `user` (
100100
server.port=8333
101101
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/erp?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
102102
spring.datasource.username=root
103-
spring.datasource.password=153963
103+
spring.datasource.password=root
104104
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
105105
```
106106

0 commit comments

Comments
 (0)