用maven下吧!很好的管理工具,配置一下,就自动下载了
mysql的配置是
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.9</version>
</dependency>
或者从这儿下
https://repository.sonatype.org/content/groups/public/mysql/mysql-connector-java/l
2.在mysql 的官方网站上找 Connector/J 关键字,然后点击download 就能下载到mysql 的jdbc支持包
Connector/J
(Current Generally Available Release: 5.1.21)Standardized database driver for Java platforms and development.
Download
百度 mysql第二个 MYSQL...MYSQL DOWNLOADS(G.......)进入到官网
在页面中找到MySQL Connectors这个标题下的Connector/J。点下面的download进入下载画面
下载Platform Independent (Architecture Independent), ZIP Archive ,下载完解压包中的jar就是驱动包
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)