From a84d5fc666cfb9f62588e7e0f5121f8f197a3f1c Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Wed, 5 Nov 2014 15:03:41 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b0960be1..5e37e46d 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ HikariCP comes with *sane* defaults that perform well in most deployments withou ##### Essentials +
+ :abc:``dataSourceClassName``
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* +
+ :abc:``username``
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