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


解决:配置文件路径错误,正确格式为
          spring.datasource.url=jdbc:mysql://localhost:3306/test
    
        如果数据库是mysql6版本,还应加上时区, 所以完整写法:

url = jdbc:mysql://localhost:3306/test?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false
————————————————
原文链接:https://blog.csdn.net/caoshiminYQS/article/details/90024503


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM