spring-mvc.xml文件及基本约束

来源:互联网 发布:司法考试培训网络班 编辑:程序博客网 时间:2024/05/17 11:35
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans"        xmlns:mvc="http://www.springframework.org/schema/mvc"        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"        xsi:schemaLocation="                http://www.springframework.org/schema/beans                http://www.springframework.org/schema/beans/spring-beans.xsd                http://www.springframework.org/schema/mvc                http://www.springframework.org/schema/mvc/spring-mvc.xsd">        <mvc:annotation-driven/></beans>
原创粉丝点击