From 519d288bf2a17492989ed571b55fde6a22844c11 Mon Sep 17 00:00:00 2001 From: dataprince Date: Sat, 29 Jul 2023 09:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E5=8F=91=E5=B8=83=E6=96=B0=E7=89=88=EF=BC=9AV4.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- pom.xml | 2 +- ruoyi-admin/src/main/resources/application.yml | 2 +- ruoyi-ui/package.json | 2 +- ruoyi-ui/src/views/index.vue | 9 ++++++++- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c7b7d09..9aa5eb0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

logo

-

Ruoyi-Flex V4.1.2

+

Ruoyi-Flex V4.1.3

Ruoyi-Flex是基于RuoYi-Vue V3.8.6 前后端分离的Java快速开发框架

diff --git a/pom.xml b/pom.xml index 72ca6a5..592c75a 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 若依管理系统 - 4.1.2 + 4.1.3 UTF-8 UTF-8 17 diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 29b5e89..107aa63 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -3,7 +3,7 @@ ruoyi: # 名称 name: RuoYi-Flex # 版本 - version: 4.1.2 + version: 4.1.3 # 版权年份 copyrightYear: 2023 # 实例演示开关 diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index e03215f..143d181 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "RuoYi-Flex", - "version": "4.1.1", + "version": "4.1.3", "description": "RuoYi-Flex管理系统", "author": "数据小王子", "license": "MIT", diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index 1f227e4..8918248 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -136,6 +136,13 @@ + +
    +
  1. 集成SpringDoc,代替springfox
  2. +
  3. 将“系统接口”菜单设置为外链
  4. +
  5. 升级MyBatis-Flex到V1.5.3
  6. +
+
  1. web容器使用undertow来代替tomcat
  2. @@ -201,7 +208,7 @@ export default { data() { return { // 版本号 - version: "4.1.2" + version: "4.1.3" }; }, methods: {