南开小巷

导航

2016年8月15日 #

JdbcTemplate详解

摘要: 1、JdbcTemplate操作数据库 Spring对数据库的操作在jdbc上面做了深层次的封装,使用spring的注入功能,可以把DataSource注册到JdbcTemplate之中。同时,为了支持对properties文件的支持,spring提供了类似于EL表达式的方式,把dataSource 阅读全文

posted @ 2016-08-15 16:14 南开小巷 阅读(2769) 评论(0) 推荐(0) 编辑

spring读取数据库的配置信息(url、username、password)时的<bean>PropertyPlaceholderConfigurer的用法

摘要: 用法1: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins 阅读全文

posted @ 2016-08-15 15:10 南开小巷 阅读(1476) 评论(0) 推荐(0) 编辑