再web.xml中设置HTTP请求的中央调度处理器DispatcherServlet时,会指定SpringMVC配置文件,这里取名springweb.xml是因设置DispatcherServlet时指定了该文件名

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:p="http://www.springframework.org/schema/p"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context" xmlns:mvc="http://www.springframework.org/schema/mvc"
xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd"> <!--
spring可以自动去扫描base-package下面或者子包下面的java文件,
如果扫描到有@Component @Controller @Service @Repository等这些注解的类,则把这些类注册为bean
    这个扫描也可放在applicationContext.xml文件中
-->
<context:component-scan base-package="com.xiaobaizhiqian.SpringMVCMyBatis.*" /> <!--
模型解析,在请求时为模型视图名称添加前后缀
比如在controller类中需要请求/WEB-INF/page/index.jsp文件,直接写index就可以了
-->
<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver" p:prefix="/WEB-INF/page/" p:suffix=".jsp" />
<!--
在请求时为模型视图名称添加前后缀的另一种方法
<bean id="internalResourceViewResolover"
class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<property name="prefix" value="/WEB-INF/page/" />
<property name="suffix" value=".jsp" />
</bean>
--> </beans>

最新文章

  1. Android中手机录屏并转换GIF的两种方式
  2. windows7命令帮助大全
  3. 使用的 SQL Server 版本不支持数据类型“datetime2”.
  4. OPENQUERY 无行返回 无数据返回 数据缺失
  5. java 堆栈分析4
  6. MongoDB学习笔记——Replica Set副本集
  7. eclipse 导入git库 Android工程
  8. zoj3778 Talented Chef
  9. 【转】 C++易混知识点2. 函数指针和指针函数的区别
  10. 【欧拉函数】BZOJ2705: [SDOI2012]Longge的问题
  11. 使Python走向Effective系列目录
  12. python处理参数的getopt的使用
  13. Linux下GitLab服务器搭建
  14. nginx php-fpm开启session
  15. ASP.NET -- WebForm -- 页面生命周期
  16. delphi 子窗体只能最小化不能关闭的解决方案
  17. advancedsearch.php织梦高级自定义模型字段无法调用解决方案
  18. C/C++的64位整型
  19. ant 打批量渠道包,第三方项目作为library打包出错的问题
  20. 怎样用SQL语句查看查询的性能指标

热门文章

  1. u-boot分析(五)----I/D cache失效|关闭MMU和cache|关闭看门狗
  2. System Center Configuration Manager 2016 配置安装篇(Part2)
  3. bootstrap-table 大量字段整体表单上传之时间处理
  4. 笨办法学Python(六)
  5. PHP:substr和mb_substr的区别
  6. linux lnmp搭建
  7. vue.js 错误提示bash: vue: command not found
  8. Kruskal算法求最小生成树(POJ2485)
  9. 2018.9.3 CEP课程总结
  10. Win10预览版激活信息