Switch default query to 'select 1'
Fixes gh-555
This commit is contained in:
@@ -50,7 +50,7 @@ public class SimpleHealthIndicator implements HealthIndicator<Map<String, Object
|
||||
queries.put("Apache Derby", "SELECT 1 FROM SYSIBM.SYSDUMMY1");
|
||||
}
|
||||
|
||||
private static String DEFAULT_QUERY = "SELECT 'Hello'";
|
||||
private static String DEFAULT_QUERY = "SELECT 1";
|
||||
|
||||
private String query = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user