Commit b260ef7ab6ea46e07f91b96d289a90122735cd75
1 parent
a7e17aee
更新mysql驱动名
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-dev.yml
| ... | ... | @@ -18,7 +18,7 @@ spring: |
| 18 | 18 | # username: |
| 19 | 19 | # password: |
| 20 | 20 | # type: com.alibaba.druid.pool.DruidDataSource |
| 21 | - # driver-class-name: com.mysql.jdbc.Driver | |
| 21 | + # driver-class-name: com.mysql.cj.jdbc.Driver | |
| 22 | 22 | name: eiot |
| 23 | 23 | url: jdbc:sqlite::resource:wvp.sqlite |
| 24 | 24 | username: | ... | ... |