做springDataJPA时,运行时报错Caused by: org.springframework.beans.factory.BeanCreationException: ....提示连不上数据库解决:我的数据库jar包版本有点低了,5.0.。。 改成5.1... 之后运行成功了