RuoYi-Cloud/ruoyi-common/ruoyi-common-swagger/build.gradle

7 lines
200 B
Groovy
Raw Normal View History

2020-12-15 20:21:23 +08:00
dependencies {
2020-12-18 13:28:13 +08:00
implementation "org.springframework.boot:spring-boot-autoconfigure:${springBoot}"
implementation "io.springfox:springfox-swagger2:2.9.2"
2020-12-15 20:21:23 +08:00
}
description = "ruoyi-common-swagger"