File differences
| src/main/webapp/WEB-INF/config/data-access-config.xml |
| 1 | 1 | <beans xmlns="http://www.springframework.org/schema/beans" |
| 2 | | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" |
| 3 | | xmlns:jee="http://www.springframework.org/schema/jee" xmlns:tx="http://www.springframework.org/schema/tx" |
| 2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xmlns:aop="http://www.springframework.org/schema/aop" |
| 4 | xmlns:jee="http://www.springframework.org/schema/jee" |
| 5 | xmlns:tx="http://www.springframework.org/schema/tx" |
| 4 | 6 | xsi:schemaLocation=" |
| 5 | 7 | http://www.springframework.org/schema/beans |
| 6 | 8 | http://www.springframework.org/schema/beans/spring-beans-3.0.xsd |
| src/main/webapp/WEB-INF/config/web-application-config.xml |
| 1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 | <beans xmlns="http://www.springframework.org/schema/beans" |
| 3 | | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xmlns:context="http://www.springframework.org/schema/context" |
| 4 | 5 | xsi:schemaLocation="http://www.springframework.org/schema/beans |
| 5 | 6 | http://www.springframework.org/schema/beans/spring-beans-3.0.xsd |
| 6 | 7 | http://www.springframework.org/schema/context |
| ... | ... | |
| 11 | 12 | <import resource="data-access-config.xml" /> |
| 12 | 13 | <import resource="webmvc-config.xml" /> |
| 13 | | <bean |
| 14 | | class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" /> |
| 14 | <bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" /> |
| 15 | 15 | </beans> |
Download the corresponding diff file