From 63ee586f9ad7b3d5cfb5582a71f97772892218dd Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sun, 7 Oct 2018 23:10:09 +0800 Subject: [PATCH] swagger2-UI --- ruoyi-admin/pom.xml | 31 +++-------------------------- ruoyi-framework/pom.xml | 43 ++++++++++++++++++++++++++++++----------- ruoyi-generator/pom.xml | 1 + ruoyi-quartz/pom.xml | 1 + 4 files changed, 37 insertions(+), 39 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 61752a86..f257d828 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -21,19 +21,7 @@ - - - - org.springframework.boot - spring-boot-starter-web - - - - - org.springframework.boot - spring-boot-starter-thymeleaf - - + org.springframework.boot @@ -61,28 +49,15 @@ springfox-swagger-ui ${swagger.version} - + com.ruoyi ruoyi-framework ${ruoyi.version} - - - - - com.ruoyi - ruoyi-quartz - ${ruoyi.version} + - - - com.ruoyi - ruoyi-generator - ${ruoyi.version} - - diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index 4cb1e5d1..6dda44be 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -16,18 +16,19 @@ - + + org.springframework.boot spring-boot-starter-web - - + + org.springframework.boot spring-boot-starter-aop - + com.alibaba @@ -47,14 +48,20 @@ - + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + org.apache.shiro shiro-core ${shiro.version} - + org.apache.shiro @@ -68,28 +75,42 @@ shiro-ehcache ${shiro.version} - + com.github.theborakompanioni thymeleaf-extras-shiro ${thymeleaf.extras.shiro.version} - + eu.bitwalker UserAgentUtils ${bitwalker.version} - - + + com.ruoyi ruoyi-system ${ruoyi.version} - + + + + com.ruoyi + ruoyi-quartz + ${ruoyi.version} + + + + + com.ruoyi + ruoyi-generator + ${ruoyi.version} + + \ No newline at end of file diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml index 7d4fe3f3..cdf7fd9e 100644 --- a/ruoyi-generator/pom.xml +++ b/ruoyi-generator/pom.xml @@ -20,6 +20,7 @@ + org.apache.velocity diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml index f2a3b829..229426ab 100644 --- a/ruoyi-quartz/pom.xml +++ b/ruoyi-quartz/pom.xml @@ -16,6 +16,7 @@ + org.quartz-scheduler