SpringFramework web.xml 配置例子
Posted on 2007-12-24 15:16 thomas.chen 閱讀(1209) 評論(0) 編輯 收藏 所屬分類: SpringFramework一、UTF-8的Request字符集設(shè)定













二、加載SpringFramework配置文件








三、配置文件的默認(rèn)約定
加載/WEB-INF/conf下面所有以applicationContext打頭的xml文件。常見的文件有:
applicationContext.xml : 常量資料配置文件;
applicationContext-datasource.xml :數(shù)據(jù)庫資料配置文件
applicationContext-service.xml :服務(wù)資料配置文件