数据库连接池Druid发布0.2.6版本 增强内置监控功能

Druid 0.2.6已经发布。这个版本最大的增强是内置监控界面,支持web-spring-sql关联监控,引入bootstrap重写了内置监控界面。

内置监控功能演示
1) springside4 mini-web [url]http://110.76.43.235:8080/mini-web/ [/url]
2) sonar http://110.76.43.235:9000/ 监控页面 http://110.76.43.235:9000/druid/index.html

下载
你可以在这些地方下载:

http://code.alibabatech.com/mvn/releases/com/alibaba/druid/
https://github.com/AlibabaTech/druid/downloads
http://central.maven.org/maven2/com/alibaba/druid/

Maven
<dependency>
        <groupId>com.alibaba</groupId>
        <artifactId>druid</artifactId>
        <version>0.2.6</version>
</dependency>


源码
druid源代码托管在github上,项目地址是 https://github.com/AlibabaTech/druid

文档
https://github.com/AlibabaTech/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98

贡献者列表
https://github.com/AlibabaTech/druid/graphs/contributors

猜你喜欢

转载自wenshao.iteye.com/blog/1670047