Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
c3a727b2
Commit
c3a727b2
authored
Jan 01, 2023
by
RuoYi
Browse files
若依 3.8.5
parent
19eaad01
Changes
11
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c3a727b2
<p
align=
"center"
>
<img
alt=
"logo"
src=
"https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png"
>
</p>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.8.
4
</h1>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.8.
5
</h1>
<h4
align=
"center"
>
基于SpringBoot+Vue前后端分离的Java快速开发框架
</h4>
<p
align=
"center"
>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue/stargazers"
><img
src=
"https://gitee.com/y_project/RuoYi-Vue/badge/star.svg?theme=dark"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue"
><img
src=
"https://img.shields.io/badge/RuoYi-v3.8.
4
-brightgreen.svg"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue"
><img
src=
"https://img.shields.io/badge/RuoYi-v3.8.
5
-brightgreen.svg"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue/blob/master/LICENSE"
><img
src=
"https://img.shields.io/github/license/mashape/apistatus.svg"
></a>
</p>
...
...
pom.xml
View file @
c3a727b2
...
...
@@ -6,14 +6,14 @@
<groupId>
com.ruoyi
</groupId>
<artifactId>
ruoyi
</artifactId>
<version>
3.8.
4
</version>
<version>
3.8.
5
</version>
<name>
ruoyi
</name>
<url>
http://www.ruoyi.vip
</url>
<description>
若依管理系统
</description>
<properties>
<ruoyi.version>
3.8.
4
</ruoyi.version>
<ruoyi.version>
3.8.
5
</ruoyi.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
1.8
</java.version>
...
...
ruoyi-admin/pom.xml
View file @
c3a727b2
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
4
</version>
<version>
3.8.
5
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
c3a727b2
...
...
@@ -3,9 +3,9 @@ ruoyi:
# 名称
name
:
RuoYi
# 版本
version
:
3.8.
4
version
:
3.8.
5
# 版权年份
copyrightYear
:
202
2
copyrightYear
:
202
3
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
...
...
ruoyi-common/pom.xml
View file @
c3a727b2
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
4
</version>
<version>
3.8.
5
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -58,6 +58,13 @@
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
</dependency>
<!-- 动态数据源 -->
<dependency>
<groupId>
com.baomidou
</groupId>
<artifactId>
dynamic-datasource-spring-boot-starter
</artifactId>
<version>
3.5.2
</version>
</dependency>
<!-- 阿里JSON解析器 -->
<dependency>
...
...
ruoyi-framework/pom.xml
View file @
c3a727b2
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
4
</version>
<version>
3.8.
5
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-generator/pom.xml
View file @
c3a727b2
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
4
</version>
<version>
3.8.
5
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-quartz/pom.xml
View file @
c3a727b2
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
4
</version>
<version>
3.8.
5
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-system/pom.xml
View file @
c3a727b2
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
4
</version>
<version>
3.8.
5
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-ui/package.json
View file @
c3a727b2
{
"name"
:
"ruoyi"
,
"version"
:
"3.8.
4
"
,
"version"
:
"3.8.
5
"
,
"description"
:
"若依管理系统"
,
"author"
:
"若依"
,
"license"
:
"MIT"
,
...
...
ruoyi-ui/src/views/index.vue
View file @
c3a727b2
...
...
@@ -147,6 +147,44 @@
<span>
更新日志
</span>
</div>
<el-collapse
accordion
>
<el-collapse-item
title=
"v3.8.5 - 2023-01-01"
>
<ol>
<li>
定时任务违规的字符
</li>
<li>
重置时取消部门选中
</li>
<li>
新增返回警告消息提示
</li>
<li>
忽略不必要的属性数据返回
</li>
<li>
修改参数键名时移除前缓存配置
</li>
<li>
导入更新用户数据前校验数据权限
</li>
<li>
兼容Excel下拉框内容过多无法显示的问题
</li>
<li>
升级echarts到最新版本5.4.0
</li>
<li>
升级core-js到最新版本3.25.3
</li>
<li>
升级oshi到最新版本6.4.0
</li>
<li>
升级kaptcha到最新版2.3.3
</li>
<li>
升级druid到最新版本1.2.15
</li>
<li>
升级fastjson到最新版2.0.20
</li>
<li>
升级pagehelper到最新版1.4.6
</li>
<li>
优化弹窗内容过多展示不全问题
</li>
<li>
优化swagger-ui静态资源使用缓存
</li>
<li>
开启TopNav没有子菜单隐藏侧边栏
</li>
<li>
删除fuse无效选项maxPatternLength
</li>
<li>
优化导出对象的子列表为空会出现[]问题
</li>
<li>
优化编辑头像时透明部分会变成黑色问题
</li>
<li>
优化小屏幕上修改头像界面布局错位的问题
</li>
<li>
修复代码生成勾选属性无效问题
</li>
<li>
修复文件上传组件格式验证问题
</li>
<li>
修复回显数据字典数组异常问题
</li>
<li>
修复sheet超出最大行数异常问题
</li>
<li>
修复Log注解GET请求记录不到参数问题
</li>
<li>
修复调度日志点击多次数据不变化的问题
</li>
<li>
修复主题颜色在Drawer组件不会加载问题
</li>
<li>
修复文件名包含特殊字符的文件无法下载问题
</li>
<li>
修复table中更多按钮切换主题色未生效修复问题
</li>
<li>
修复某些特性的环境生成代码变乱码TXT文件问题
</li>
<li>
修复代码生成图片/文件/单选时选择必填无法校验问题
</li>
<li>
修复某些特性的情况用户编辑对话框中角色和部门无法修改问题
</li>
<li>
其他细节优化
</li>
</ol>
</el-collapse-item>
<el-collapse-item
title=
"v3.8.4 - 2022-09-26"
>
<ol>
<li>
数据逻辑删除不进行唯一验证
</li>
...
...
@@ -871,14 +909,14 @@ export default {
data
()
{
return
{
// 版本号
version
:
"
3.8.
4
"
,
version
:
"
3.8.
5
"
};
},
methods
:
{
goTarget
(
href
)
{
window
.
open
(
href
,
"
_blank
"
);
}
,
}
,
}
}
};
</
script
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment