Skip to content

Commit

Permalink
Switch default query to 'select 1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Syer committed Mar 27, 2014
1 parent 46fc5c0 commit d13827c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d13827c

Please sign in to comment.