Changes between Version 2 and Version 3 of action-servlet.xml

차이점 주위로
다음 차이점은 무시하기:
작성자:
anonymous (IP: 122.101.191.254)
날짜/시간:
2012-01-17 PM 2:06:24 (13 년 전)
설명:

--

Legend:

변경되지 않음
추가됨
제거됨
변경됨
  • action-servlet.xml

    v2 v3  
    4444</beans> 
    4545}}} 
     46 
     47--doremi 
     48 
     49--servlet-context.xml 
     50{{{ 
     51<?xml version="1.0" encoding="UTF-8"?> 
     52<beans:beans  
     53        xmlns="http://www.springframework.org/schema/mvc" 
     54        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
     55        xmlns:beans="http://www.springframework.org/schema/beans" 
     56        xmlns:tx="http://www.springframework.org/schema/tx"  
     57        xmlns:context="http://www.springframework.org/schema/context" 
     58        xmlns:mvc="http://www.springframework.org/schema/mvc"  
     59        xmlns:util="http://www.springframework.org/schema/util" 
     60        xmlns:aop="http://www.springframework.org/schema/aop" 
     61        xsi:schemaLocation=" 
     62                http://www.springframework.org/schema/mvc  
     63                http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd 
     64                http://www.springframework.org/schema/util  
     65                http://www.springframework.org/schema/util/spring-util-2.0.xsd 
     66                http://www.springframework.org/schema/beans  
     67                http://www.springframework.org/schema/beans/spring-beans-3.0.xsd 
     68                http://www.springframework.org/schema/context  
     69                http://www.springframework.org/schema/context/spring-context-3.0.xsd 
     70                http://www.springframework.org/schema/aop  
     71                http://www.springframework.org/schema/aop/spring-aop-2.0.xsd"> 
     72</beans:beans> 
     73}}}