add SampleProperties

This commit is contained in:
Spencer Gibb
2015-05-27 10:30:15 -06:00
parent edb147a268
commit 59ab3638d5
3 changed files with 46 additions and 0 deletions

View File

@@ -45,6 +45,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul-config</artifactId>