- 2
- 0
- 约6.58千字
- 约 7页
- 2017-08-05 发布于河南
- 举报
一.创建web项目导入必需的jar文件??????????????????二.创建并编写配置文件???1.创建并编写ApplicationContext.xml?????
Xml代码??
?xml?version=1.0?encoding=UTF-8???
beans??
????xmlns=/schema/beans??
????xmlns:xsi=/2001/XMLSchema-instance??
????xsi:schemaLocation=/schema/beans?/schema/beans/spring-beans-2.5.xsd??
??????
????!--配置数据源属性文件??--??
????bean?id=propertyConfigurer??
????????class=org.springframework.beans.factory.config.PropertyPlaceholderConfigurer??
????????property?name=location??
????????????value/WEB-INF/configs/sqlSperties/value??
????????/property??
????/bean??
??????
?????!--配置数据源??--??
????bean?id=dataSou
原创力文档

文档评论(0)