转自:https://blog.csdn.net/actionzh/article/details/54200451
今天在配置hibernate之后,进行添加数据测试时,运行中报出了 the user must supply a jdbc connection 这个错误 ,回头看了一下配置文件,原来是hibernate的属性配置写错了。
正确的hibernate属性配置应该时这样:
12 3 org.hibernate.dialect.MySQLDialect 4 5 67 com.mysql.jdbc.Driver 8 9 1011 jdbc:mysql://localhost:3306/mybbs12 13 14root 15 1617 18 mysql 19 20 2122