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
相關文章
相關標籤/搜索