Update README.md

pull/60/head
Brett Wooldridge 11 years ago
parent 04fbcd27cb
commit 9448e1a300

@ -126,12 +126,12 @@ preferred if supported by the JDBC driver. *Default: true*
:abc:``jdbcUrl``<br/> :abc:``jdbcUrl``<br/>
This property is only used when the ``driverClassName`` property is used to wrap an old-school This property is only used when the ``driverClassName`` property is used to wrap an old-school
JDBC driver as a ``javax.sql.DataSource``. While JBDC URLs are popular, HikariCP does not JDBC driver as a ``javax.sql.DataSource``. While JBDC URLs are popular, HikariCP does not
recommend using them. The *DataSource* implementation for your driver provides bean properties recommend using them. The *DataSource* implementation provided by your driver provides bean
for all the driver parameters that used to be specified in the JDBC URL. Before using the ``jdbcUrl`` properties for all the driver parameters that used to be specified in the JDBC URL. Before using
and ``driverClassName`` because that's the way you've always done it, consider using the more the ``jdbcUrl`` and ``driverClassName`` because that's the way you've always done it, consider
modern and maintainable ``dataSourceClassName`` approach instead. Note that if this property using the more modern and maintainable ``dataSourceClassName`` approach instead. Note that if
is used, you may still use *DataSource* properties to configure your driver and is in fact this property is used, you may still use *DataSource* properties to configure your driver and
recommended. *Default: none* is in fact recommended. *Default: none*
:watch:``leakDetectionThreshold``<br/> :watch:``leakDetectionThreshold``<br/>
This property controls the amount of time that a connection can be out of the pool before a This property controls the amount of time that a connection can be out of the pool before a

Loading…
Cancel
Save