Skip to content

Commit 1532337

Browse files
authored
doc: update docs/springboot.md (#841)
* Update docker.md 统一端口号 * Update springboot.md MySQL 5.0 和 8.0 的数据库驱动类名差异
1 parent 7fb6ce9 commit 1532337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/springboot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spring:
6565
url: jdbc:mysql://localhost:3306/mydatabase
6666
username: root
6767
password: password
68-
driver-class-name: com.mysql.cj.jdbc.Driver
68+
driver-class-name: com.mysql.cj.jdbc.Driver # 这里是 MySQL8.0 版本配置,5.0 则是 com.mysql.jdbc.Driver
6969
```
7070

7171
#### 说明

0 commit comments

Comments
 (0)