Spring boot 使用JDBC连接mysql8.0 的依赖问题

Spring boot 连接mysql8.0发生版本不匹配问

Spring Boot :: (v2.2.6.RELEASE)
mysql :: (v8.0.11.RELEASE)
druid :: (v1.10.RELEASE)

修改配置文件 pom.xml

    >
        >org.springframework.boot>
        >spring-boot-starter-jdbc>
    >

    >
        >mysql>
        >mysql-connector-java>
        >8.0.11>
        >runtime>
    >

    >
        >com.alibaba>
        >druid>
        >1.1.10>
    >

你可能感兴趣的:(spring,boot,bug,spring,boot,java,mysql)