From 1d38d51ac1008b2c8b90f6e6516cef8945d66756 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: Fri, 21 May 2021 17:57:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=202.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- ruoyi-ui/package.json | 2 +- ruoyi-ui/src/views/index.vue | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c8b41b20..ef4b26af 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ RuoYi-Vue-Plus后台管理系统 - 2.1.1 + 2.1.2 2.3.11.RELEASE UTF-8 UTF-8 diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 458a8752..fb9064f9 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi-vue-plus", - "version": "2.1.1", + "version": "2.1.2", "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 25cfa664..4ced4c26 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -80,6 +80,15 @@ 更新日志 + +
    +
  1. update springboot 升级 2.3.11
  2. +
  3. update mybatis-plus 升级 3.4.3 分页Plus对象适配更新
  4. +
  5. update 验证码生成更新为无符号整数计算
  6. +
  7. update 请求响应对象 与 分页对象 结构修改 适配接口文档配置
  8. +
  9. update swagger增加请求前缀
  10. +
+
  1. update 配置统一提取为 properties 配置类