- 爱易网页
-
数据库教程
- spring jdbcTemplate施用
日期:2014-05-16 浏览次数:20536 次
spring jdbcTemplate使用
(1)springJdbcContext.xml
- <?xml?version="1.0"?encoding="UTF-8"?> ??
-
<beans?xmlns="http://www.springframework.org/schema/beans"? ??
-
????xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"? ??
-
????xmlns:context="http://www.springframework.org/schema/context"? ??
-
????xmlns:aop="http://www.springframework.org/schema/aop"? ??
-
????xmlns:tx="http://www.springframework.org/schema/tx"? ??
-
????xsi:schemaLocation="http:??
-
????http:??
-
????http:??
-
????http:??
- ??
- ????<description>springApp</description>???? ??
-
????<!--?dataSource?for?MySQL?--> ??
-
????<bean?id="dataSource"??
-
????????class="org.apache.commons.dbcp.BasicDataSource"??
-
????????destroy-method="close"> ??
-
????????<property?name="driverClassName"??
-
????????????value="com.mysql.jdbc.Driver"?/> ??
-
????????<property?name="url"??
-
????????????value="jdbc:mysql://localhost:3306/springapp"?/> ??
-
????????<property?name="username"?value="root"?/> ??
-
????????<property?name="password"?value=
免责声明: 本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。