Update README.md

pull/192/head
Brett Wooldridge 10 years ago
parent af839eaf92
commit a84d5fc666

@ -73,6 +73,8 @@ HikariCP comes with *sane* defaults that perform well in most deployments withou
##### Essentials
<div style='background-color: #eee'>
:abc:``dataSourceClassName``<br/>
This is the name of the ``DataSource`` class provided by the JDBC driver. Consult the
documentation for your specific JDBC driver to get this class name, or see the [table](https://github.com/brettwooldridge/HikariCP#popular-datasource-class-names) below.
@ -92,6 +94,8 @@ still use *DataSource* properties to configure your driver and is in fact recomm
specified in the URL itself.
*Default: none*
</div>
:abc:``username``<br/>
This property sets the default authentication username used when obtaining *Connections* from
the underlying driver. Note that for DataSources this works in a very deterministic fashion by

Loading…
Cancel
Save