From 050232604c3259cd2ec1275028614b96e8ba0607 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Mon, 6 Apr 2015 23:03:57 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efbd450c..e7f0126a 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ Note XA data sources are not supported. XA requires a real transaction manager 🔠``jdbcUrl``
This property directs HikariCP to use "DriverManager-based" configuration. We feel that DataSource-based configuration (above) is superior for a variety of reasons (see below), but for many deployments there is -little significant difference. When using this property with "old" drivers, you may also need to set -the ``driverClassName`` property, but try it first without. Note that if this property is used, you may +little significant difference. **When using this property with "old" drivers, you may also need to set +the ``driverClassName`` property, but try it first without.** Note that if this property is used, you may still use *DataSource* properties to configure your driver and is in fact recommended over driver parameters specified in the URL itself. *Default: none*