We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcef97b commit bde9616Copy full SHA for bde9616
md/springboot-mybatis.md
@@ -100,7 +100,7 @@ CREATE TABLE `user` (
100
server.port=8333
101
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/erp?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
102
spring.datasource.username=root
103
-spring.datasource.password=153963
+spring.datasource.password=root
104
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
105
```
106
0 commit comments