|NO.Z.00100|——————————|BigDataEnd|——|Java&MySQL.数据库连接池和DBUtils.V09|——|MySQL.v09|Druid连接池介绍|

一、Druid连接池
### --- Druid(德鲁伊)

——>        是阿里巴巴开发的号称为监控而生的数据库连接池,Druid是目前最好的数据库连接池。
——>        在功能、性能、扩展性方面,都超过其他数据库连接池,同时加入了日志监控,
——>        可以很好的监控DB池连接和SQL的执行情况。
### --- 导入jar包及配置文件

——>        导入 jar包
——>        导入配置文件
——>        是properties形式的
——>        可以叫任意名称,可以放在任意目录下,我们统一放到 resources资源目录
driverClassName=com.mysql.jdbc.Driver
url=jdbc:mysql://127.0.0.1:3306/db5?characterEncoding=UTF-8
username=root
password=123456
initialSize=5
maxActive=10
maxWait=3000

 
 
 
 
 
 
 
 
 
 

Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of life.It sinks, and I am ready to depart
                                                                                                                                                   ——W.S.Landor

 

posted on 2022-04-06 15:31  yanqi_vip  阅读(36)  评论(0)    收藏  举报

导航