From 18b5142c700ede2513e66b9445e701765f9f6647 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Mon, 8 Dec 2014 17:37:45 +0900 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98b6ce01..4a87dc93 100644 --- a/README.md +++ b/README.md @@ -183,9 +183,8 @@ in logging and JMX management consoles to identify pools and pool configurations :white_check_mark:``initializationFailFast``
This property controls whether the pool will "fail fast" if the pool cannot be seeded with -initial connections successfully. This property has no effect if ``minimumIdle`` is 0. If you -want your application to start *even when* the database is down/unavailable, set this property -to ``false``. +initial connections successfully. If you want your application to start *even when* the +database is down/unavailable, set this property to ``false``. *Default: true* :negative_squared_cross_mark:``isolateInternalQueries``