Exception in connection with mysql through jdbc

后端 未结 3 1397
滥情空心
滥情空心 2020-12-02 01:37

I got exception when i have tried to connect with mysql through jdbc.This type of question is already asked but i didn\'t get solution for my problem, here is my code...

3条回答
  •  借酒劲吻你
    2020-12-02 02:09

    Use new Maven dependencies

    mysql mysql-connector-java 8.0.11

        
        
            mysql
            mysql-connector-java
            8.0.11
        
    

提交回复
热议问题