提交 06aa4e48 编写于 作者: 黄勇

【F】提供 Druid 插件,可进行连接池监控

上级 0151e81d
......@@ -75,10 +75,15 @@
<artifactId>smart-plugin-i18n</artifactId>
<version>${smart.version}</version>
</dependency>
<dependency>
<!--<dependency>
<groupId>org.smart4j</groupId>
<artifactId>smart-plugin-c3p0</artifactId>
<version>${smart.version}</version>
</dependency>-->
<dependency>
<groupId>org.smart4j</groupId>
<artifactId>smart-plugin-druid</artifactId>
<version>${smart.version}</version>
</dependency>
</dependencies>
......
app.package=org.smart4j.sample
app.home_page=/login
ds.factory=org.smart4j.plugin.c3p0.C3P0DataSourceFactory
#ds.factory=org.smart4j.plugin.c3p0.C3P0DataSourceFactory
ds.factory=org.smart4j.plugin.druid.DruidDataSourceFactory
jdbc.type=mysql
jdbc.driver=com.mysql.jdbc.Driver
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册