Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Andy Wilkinson 2017-02-08 20:50:24 +00:00
commit 25982ecf69
2 changed files with 5 additions and 2 deletions

View File

@ -75,6 +75,9 @@ public class BeansEndpoint extends AbstractEndpoint<List<Object>>
@Override
public String getSnapshotAsJson() {
if (this.leafContext == null) {
return super.getSnapshotAsJson();
}
return generateJson(getContextHierarchy());
}

View File

@ -28,10 +28,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
</dependency> -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>