WIP
This commit is contained in:
@@ -6,6 +6,10 @@ dependencies {
|
||||
|
||||
annotationProcessor('org.springframework.boot:spring-boot-configuration-processor')
|
||||
implementation('org.springframework.boot:spring-boot-starter-web')
|
||||
|
||||
implementation(group: 'io.swagger', name: 'swagger-annotations', version: '1.5.21')
|
||||
implementation(group: 'io.springfox', name: 'springfox-swagger2', version: '2.9.2')
|
||||
implementation(group: 'io.springfox', name: 'springfox-swagger-ui', version: '2.9.2')
|
||||
}
|
||||
|
||||
tasks.named('compileJava') {
|
||||
|
||||
Reference in New Issue
Block a user