Added Swagger UI to all services

This commit is contained in:
Chris Richardson
2015-12-26 10:41:43 -08:00
parent bbea6d9d2f
commit 037f9997b8
11 changed files with 68 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ apply plugin: 'spring-boot'
dependencies {
compile project(":accounts-query-side-web")
compile project(":common-swagger")
compile "org.springframework.boot:spring-boot-starter-web"
compile "org.springframework.boot:spring-boot-starter-actuator"