Spring-web中的web.xml为Servlet提供的配置选项说明

配置Servlet时可以设置的一些初始化参数,总结如下:


  1. ContextAttribute: 在ServletContext的属性中,要用作WebApplicationContext的属性名称。

  2. ContextClass: 创建WebApplicationContext的类型

  3. ContextConfigLocation: SpringMVC配置文件的位置。

  4. publishContext: 是否将webApplicationContext设置到ServletContext的属性。

上一篇:【Java高级工程师蜕变之路】003 MyBatis高级进阶


下一篇:GO语言 实现端口扫描