文件名称:JDBC_Spring
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-07-09
- 文件大小:
- 683kb
- 下载次数:
- 0次
- 提 供 者:
- jing*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Spring配置JDBC,从而操作数据库,这里操作的数据库是MySQL,通过xml配置文件中配置数据源连接,实现数据库的操作-Spring JDBC configuration, and operation of the database, the operation of the database is MySQL, connected through the configure data source in the XML configuration file, the database operations to achieve.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
JDBC_2_Spring
.............\.classpath
.............\.project
.............\.settings
.............\.........\.jsdtscope
.............\.........\org.eclipse.jdt.core.prefs
.............\.........\org.eclipse.wst.jsdt.ui.superType.container
.............\.........\org.eclipse.wst.jsdt.ui.superType.name
.............\build
.............\.....\classes
.............\.....\.......\junit
.............\.....\.......\.....\test
.............\.....\.......\.....\....\PersonServiceMain.class
.............\.....\.......\.....\....\PersonServiceTest.class
.............\.....\.......\property.xml
.............\.....\.......\spring
.............\.....\.......\......\jdbc
.............\.....\.......\......\....\bean
.............\.....\.......\......\....\....\Person.class
.............\.....\.......\......\....\service
.............\.....\.......\......\....\.......\impl
.............\.....\.......\......\....\.......\....\PersonRowMapper.class
.............\.....\.......\......\....\.......\....\PersonServiceBean.class
.............\.....\.......\......\....\.......\PersonService.class
.............\instruction.txt
.............\src
.............\...\junit
.............\...\.....\test
.............\...\.....\....\PersonServiceMain.java
.............\...\.....\....\PersonServiceTest.java
.............\...\property.xml
.............\...\spring
.............\...\......\jdbc
.............\...\......\....\bean
.............\...\......\....\....\Person.java
.............\...\......\....\service
.............\...\......\....\.......\impl
.............\...\......\....\.......\....\PersonRowMapper.java
.............\...\......\....\.......\....\PersonServiceBean.java
.............\...\......\....\.......\PersonService.java
.............\WebContent
.............\..........\META-INF
.............\..........\........\MANIFEST.MF
.............\..........\WEB-INF
.............\..........\.......\lib
.............\..........\.......\...\mysql-connector-java-5.1.7-bin.jar