Skip to content

Commit

Permalink
[NOJIRA]
Browse files Browse the repository at this point in the history
Added swagger-ui to the backend build.
For devs: access via http://localhost:8080/swagger-ui.html
  • Loading branch information
Bill Smith committed Sep 4, 2018
1 parent dcdac35 commit f66cbee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ dependencies {

//Swagger
compile 'io.springfox:springfox-swagger2:2.9.2'
compile 'io.springfox:springfox-swagger-ui:2.9.2'

testCompile "org.springframework.boot:spring-boot-starter-test"
testCompile "org.spockframework:spock-core:1.1-groovy-2.4"
Expand Down Expand Up @@ -206,4 +207,4 @@ jacocoTestReport {
csv.enabled = false
html.destination = file("${buildDir}/jacocoHtml")
}
}
}

0 comments on commit f66cbee

Please sign in to comment.