RuntimeException: Driver com.mysql.jdbc.Driver claims to not accept jdbcUrl, jdbc:mysql://localhost:

解决:配置文件路径错误,正确格式为           spring.datasource.url=jdbc:mysql://localhost:3306/test              若是数据库是mysql6版本,还应加上时区, 因此完整写法:mysql url = jdbc:mysql://localhost:3306/test?serverTimezone=UTC&useUnicode
相关文章
相关标签/搜索