add tests for sample app functions

This commit is contained in:
markfisher
2016-12-29 15:11:27 -05:00
committed by Dave Syer
parent 5be3a3b08a
commit c62216ffba
2 changed files with 61 additions and 0 deletions

View File

@@ -38,6 +38,11 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>