2020-12-15 20:21:23 +08:00
|
|
|
dependencies {
|
2020-12-16 17:11:20 +08:00
|
|
|
implementation "org.springframework.boot:spring-boot-starter-web:2.3.4.RELEASE"
|
|
|
|
|
implementation "io.springfox:springfox-swagger2:2.9.2"
|
2020-12-15 20:21:23 +08:00
|
|
|
}
|
|
|
|
|
|
2020-12-16 17:11:20 +08:00
|
|
|
description = "ruoyi-common-swagger"
|