Add Integration Tests for the 'Getting Started' Sample, Spring Boot CrmApplication class.

Resolves gh-54.
This commit is contained in:
John Blum
2019-09-16 19:30:34 -07:00
parent ec9574288f
commit 6dad3e7cb0
2 changed files with 62 additions and 1 deletions

View File

@@ -11,12 +11,13 @@ description = "Spring Geode Sample for Getting Started with Spring Boot for Apac
dependencies {
compile project(":spring-geode-starter")
compile project(":spring-geode-starter-test")
compile "org.assertj:assertj-core"
compile "org.projectlombok:lombok"
compile "org.springframework.boot:spring-boot-starter-web"
testCompile project(":spring-geode-starter-test")
testCompile "org.springframework.boot:spring-boot-starter-test"
}