From 14c278554f7cfdbff70b377bbf15ca65a090e6dc Mon Sep 17 00:00:00 2001 From: RuoYi Date: Thu, 23 May 2019 17:49:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B2=E6=AD=A2swagger2.9.2=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=8A=A5=E7=B1=BB=E5=9E=8B=E8=BD=AC=E6=8D=A2=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 10 ++++++++++ ruoyi-admin/pom.xml | 13 +++++++++++++ 2 files changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index 2f06277d..241d9000 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,16 @@ io.springfox springfox-swagger2 ${swagger.version} + + + io.swagger + swagger-annotations + + + io.swagger + swagger-models + + diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index b251e2c3..9d76b8e4 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -36,6 +36,19 @@ springfox-swagger2 + + + io.swagger + swagger-annotations + 1.5.21 + + + + io.swagger + swagger-models + 1.5.21 + + io.springfox