本文主要记录spring整合hibernate的时候,直接使用hibernate.cfg.xml文件注入SessionFactory,applicationContext.xml文件配置如下:
classpath:hibernate.cfg.xml
com.mysql.jdbc.Driver
jdbc:mysql://localhost:3306/hibernate
root
***
10
org.hibernate.dialect.MySQLDialect
thread
org.hibernate.cache.NoCacheProvider
true
true
update
配置的核心就是:
classpath:hibernate.cfg.xml