zl程序教程

您现在的位置是:首页 >  后端

当前栏目

能源项目xml文件 -- springMVC-servlet.xml -- default-lazy-init

2023-09-11 14:14:58 时间
<beans xmlns="http://www.springframework.org/schema/beans" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:p="http://www.springframework.org/schema/p" 
    xmlns:context="http://www.springframework.org/schema/context" 
    xmlns:mvc="http://www.springframework.org/schema/mvc"
    xsi:schemaLocation="    
          http://www.springframework.org/schema/beans 
          classpath:/org/springframework/beans/factory/xml/spring-beans-4.1.xsd 
          http://www.springframework.org/schema/context 
          classpath:/org/springframework/context/config/spring-context-4.1.xsd 
          http://www.springframework.org/schema/mvc
          classpath:/org/springframework/web/servlet/config/spring-mvc-4.1.xsd"
    default-lazy-init="true">