首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

WebApplicationContext : org.springframework.web.context.ContextLoaderL.[转]

2012-10-08 
WebApplicationContext : org.springframework.web.context.ContextLoaderL...[转]在context-param的co

WebApplicationContext : org.springframework.web.context.ContextLoaderL...[转]

在<context-param>的"contextConfigLocation"属性中,设定了Bean定义档的位置与名称,Bean定义档的内容如下所示:

beans-config.xml?
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE beans PUBLIC "-//SPRING/DTD BEAN/EN" "http://www.springframework.org/dtd/spring-beans.dtd"> <beans>?????? <bean id="dateBean" singleton="false"/></beans>

热点排行