ttp://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-2.5.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">
mysql.jdbc.Driver"/>
org.hibernate.dialect.MySQLDialect
true
true
p:sessionFactory-ref="sessionFactory"/>
这里连接的是MySQL数据库,如果是其他数据库,需要将DataSource1和DataSource2中的参数以及
hibernate.dialect做相应修改。
|