Intellij ERROR: No suitable driver found for jdbc:mysql://127.0.0.1:3306/person

后端 未结 1 1369
盖世英雄少女心
盖世英雄少女心 2020-12-18 14:10

first of all I couldn\'t find an answer from related questions in this forum. I am new to Hibernate technology and I am trying to run a basic example from this page: http://

相关标签:
1条回答
  • 2020-12-18 14:54

    You have to make the JDBC library jar available to your project. Just adding jar to your project directory does not accomplish that.

    Select jar in your project, right click and add as a library.

    enter image description here

    0 讨论(0)
提交回复
热议问题