Use SimpleHealthIndicator if DataSource present

This commit is contained in:
Dave Syer
2013-11-28 14:20:26 +00:00
parent 16222270b8
commit 8c9b7bd406
3 changed files with 24 additions and 17 deletions

View File

@@ -88,6 +88,10 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot</artifactId>