Skip to content

Commit

Permalink
doc: update docs/springboot.md (#841)
Browse files Browse the repository at this point in the history
* Update docker.md

统一端口号

* Update springboot.md

MySQL 5.0 和 8.0 的数据库驱动类名差异
  • Loading branch information
Kisa-Dong authored Oct 16, 2024
1 parent 7fb6ce9 commit 1532337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/springboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spring:
url: jdbc:mysql://localhost:3306/mydatabase
username: root
password: password
driver-class-name: com.mysql.cj.jdbc.Driver
driver-class-name: com.mysql.cj.jdbc.Driver # 这里是 MySQL8.0 版本配置,5.0 则是 com.mysql.jdbc.Driver
```

#### 说明
Expand Down

0 comments on commit 1532337

Please sign in to comment.