spring5整合hibernate5出现can not resolve java..data source

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring5整合hibernate5出现can not resolve java..data source相关的知识,希望对你有一定的参考价值。

技术分享

先导入hibernate提供的这几个包,然后在hibernate配置文件中加上

<!--connection pool config-->
<property name="connection.provider_class">
org.hibernate.c3p0.internal.C3P0ConnectionProvider
</property>
这个好像是连接池的包




以上是关于spring5整合hibernate5出现can not resolve java..data source的主要内容,如果未能解决你的问题,请参考以下文章

spring4整合hibernate5以及出现的问题解决办法

web整合Spring和Hibernate

spring4整合hibernate5.1

Spring4整合Hibernate5时不能自动生成表结构

Spring5框架 笔记总结

Day382.持久层整合 -Spring5