Skip to content

Commit

Permalink
#3 add swagger dependency in gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
circleGiven committed Nov 4, 2018
1 parent b9656e0 commit 70addc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ dependencies {
runtimeOnly('org.springframework.boot:spring-boot-devtools')
runtimeOnly('mysql:mysql-connector-java')
testImplementation('org.springframework.boot:spring-boot-starter-test')
// swagger
compile group: 'io.springfox', name: 'springfox-swagger2', version: '2.6.1'
compile group: 'io.springfox', name: 'springfox-swagger-ui', version: '2.6.1'
compile group: 'com.mangofactory', name: 'swagger-springmvc', version: '1.0.2'
}

0 comments on commit 70addc9

Please sign in to comment.