| 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 | }}} |