File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-data-jpa-showcase/src/main/resources Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : jdbc =" http://www.springframework.org/schema/jdbc"
4
4
xsi : schemaLocation =" http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd
5
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2 .0.xsd" >
5
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3 .0.xsd" >
6
6
7
7
<bean id =" entityManagerFactory" class =" org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean" >
8
8
<property name =" dataSource" ref =" dataSource" />
You can’t perform that action at this time.
0 commit comments