We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb6ce9 commit 1532337Copy full SHA for 1532337
docs/springboot.md
@@ -65,7 +65,7 @@ spring:
65
url: jdbc:mysql://localhost:3306/mydatabase
66
username: root
67
password: password
68
- driver-class-name: com.mysql.cj.jdbc.Driver
+ driver-class-name: com.mysql.cj.jdbc.Driver # 这里是 MySQL8.0 版本配置,5.0 则是 com.mysql.jdbc.Driver
69
```
70
71
#### 说明
0 commit comments