From 72de8f57a7db4485495b684413fadde6ae71d04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Tue, 18 May 2021 11:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=20v2.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 30 +++++++++++++++--------------- ruoyi-ui/package.json | 2 +- ruoyi-ui/src/views/index.vue | 9 +++++++++ 3 files changed, 25 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 60932af9..1ba56af3 100644 --- a/pom.xml +++ b/pom.xml @@ -2,8 +2,8 @@ - 4.0.0 - + 4.0.0 + com.ruoyi ruoyi-vue-plus ${ruoyi-vue-plus.version} @@ -11,9 +11,9 @@ RuoYi-Vue-Plus https://gitee.com/JavaLionLi/RuoYi-Vue-Plus RuoYi-Vue-Plus后台管理系统 - + - 2.1.0 + 2.1.1 2.3.10.RELEASE UTF-8 UTF-8 @@ -32,11 +32,11 @@ 11.0 2.3.1 - + - + org.springframework.boot @@ -45,7 +45,7 @@ pom import - + com.alibaba @@ -70,14 +70,14 @@ swagger-annotations ${swagger-annotations.version} - + org.apache.poi poi-ooxml ${poi.version} - + org.apache.velocity @@ -91,7 +91,7 @@ fastjson ${fastjson.version} - + io.jsonwebtoken @@ -144,28 +144,28 @@ ruoyi-quartz ${ruoyi-vue-plus.version} - + com.ruoyi ruoyi-generator ${ruoyi-vue-plus.version} - + com.ruoyi ruoyi-framework ${ruoyi-vue-plus.version} - + com.ruoyi ruoyi-system ${ruoyi-vue-plus.version} - + com.ruoyi @@ -269,4 +269,4 @@ - \ No newline at end of file + diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 0ac7e155..458a8752 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi-vue-plus", - "version": "2.1.0", + "version": "2.1.1", "description": "RuoYi-Vue-Plus后台管理系统", "author": "LionLi", "license": "MIT", diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index 0b00abde..25cfa664 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -80,6 +80,15 @@ 更新日志 + +
    +
  1. update 配置统一提取为 properties 配置类
  2. +
  3. update 分页工具 删除过期方法
  4. +
  5. update admin 实时监控日志 改为保留一天
  6. +
  7. fix 修复swagger开关无法控制关闭问题
  8. +
  9. fix maven install 异常
  10. +
+
  1. update knife4j升级3.0.2