随笔分类 -  Spring

Spring配置文件详解 - applicationContext.xml文件路径
摘要:spring的配置文件applicationContext.xml的默认地址在WEB-INF下,只要在web.xml中加入代码 spring就会被自动加载 但在实际的开发过程中,我们可能需要调整applicationContext.xml的位置,以使程序结构更加的清晰。在web.xml中,配置Spr 阅读全文
posted @ 2015-12-15 08:36 lifugang521 阅读(14433) 评论(0) 推荐(1)