Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyang
sts网站
Commits
5e6c917a
Commit
5e6c917a
authored
Dec 30, 2024
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
若依 3.8.9
parent
9a515631
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
52 additions
and
13 deletions
+52
-13
README.md
README.md
+2
-2
pom.xml
pom.xml
+2
-2
pom.xml
ruoyi-admin/pom.xml
+1
-1
application.yml
ruoyi-admin/src/main/resources/application.yml
+1
-1
pom.xml
ruoyi-common/pom.xml
+1
-1
pom.xml
ruoyi-framework/pom.xml
+1
-1
pom.xml
ruoyi-generator/pom.xml
+1
-1
pom.xml
ruoyi-quartz/pom.xml
+1
-1
pom.xml
ruoyi-system/pom.xml
+1
-1
package.json
ruoyi-ui/package.json
+1
-1
index.vue
ruoyi-ui/src/views/index.vue
+40
-1
No files found.
README.md
View file @
5e6c917a
<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.
8
</h1>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.8.
9
</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.
8
-brightgreen.svg"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue"
><img
src=
"https://img.shields.io/badge/RuoYi-v3.8.
9
-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 @
5e6c917a
...
...
@@ -6,14 +6,14 @@
<groupId>
com.ruoyi
</groupId>
<artifactId>
ruoyi
</artifactId>
<version>
3.8.
8
</version>
<version>
3.8.
9
</version>
<name>
ruoyi
</name>
<url>
http://www.ruoyi.vip
</url>
<description>
若依管理系统
</description>
<properties>
<ruoyi.version>
3.8.
8
</ruoyi.version>
<ruoyi.version>
3.8.
9
</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 @
5e6c917a
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
8
</version>
<version>
3.8.
9
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
5e6c917a
...
...
@@ -3,7 +3,7 @@ ruoyi:
# 名称
name
:
RuoYi
# 版本
version
:
3.8.
8
version
:
3.8.
9
# 版权年份
copyrightYear
:
2024
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
...
...
ruoyi-common/pom.xml
View file @
5e6c917a
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
8
</version>
<version>
3.8.
9
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-framework/pom.xml
View file @
5e6c917a
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
8
</version>
<version>
3.8.
9
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-generator/pom.xml
View file @
5e6c917a
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
8
</version>
<version>
3.8.
9
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-quartz/pom.xml
View file @
5e6c917a
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
8
</version>
<version>
3.8.
9
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-system/pom.xml
View file @
5e6c917a
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
8
</version>
<version>
3.8.
9
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-ui/package.json
View file @
5e6c917a
{
"name"
:
"ruoyi"
,
"version"
:
"3.8.
8
"
,
"version"
:
"3.8.
9
"
,
"description"
:
"若依管理系统"
,
"author"
:
"若依"
,
"license"
:
"MIT"
,
...
...
ruoyi-ui/src/views/index.vue
View file @
5e6c917a
...
...
@@ -147,6 +147,45 @@
<span>
更新日志
</span>
</div>
<el-collapse
accordion
>
<el-collapse-item
title=
"v3.8.9 - 2024-12-30"
>
<ol>
<li>
用户管理支持分栏拖动
</li>
<li>
修改主题样式本地读取
</li>
<li>
用户头像http(s)链接支持
</li>
<li>
用户管理过滤掉已禁用部门
</li>
<li>
支持自定义显示Excel属性列
</li>
<li>
操作日志记录DELETE请求参数
</li>
<li>
白名单支持对通配符路径匹配
</li>
<li>
校检文件名是否包含特殊字符
</li>
<li>
代码生成创建表屏蔽违规的字符
</li>
<li>
菜单面包屑导航支持多层级显示
</li>
<li>
Excel注解支持wrapText是否允许内容换行
</li>
<li>
代码生成新增配置是否允许文件覆盖到本地
</li>
<li>
修复角色禁用权限不失效问题
</li>
<li>
修复代码生成上级菜单显示问题
</li>
<li>
修复导出子列表对象只能在最后的问题
</li>
<li>
修复TopNav无法正确获取active的问题
</li>
<li>
修复默认关闭Tags-Views内链页面打不开
</li>
<li>
升级oshi到最新版本6.6.5
</li>
<li>
升级tomcat到最新版本9.0.96
</li>
<li>
升级fastjson到最新版2.0.53
</li>
<li>
升级logback到最新版本1.2.13
</li>
<li>
升级spring-framework到最新版本5.3.39
</li>
<li>
升级quill到最新版本2.0.2
</li>
<li>
升级axios到最新版本0.28.1
</li>
<li>
优化身份证脱敏正则
</li>
<li>
优化权限更新后同步缓存
</li>
<li>
优化查询时间范围日期格式
</li>
<li>
优化参数键值更换为多行文本
</li>
<li>
优化导入带标题文件关闭清理
</li>
<li>
优化上传图片带域名不增加前缀
</li>
<li>
优化特殊字符密码修改失败问题
</li>
<li>
优化无用户编号不校验数据权限
</li>
<li>
优化TopNav内链菜单点击没有高亮
</li>
<li>
优化菜单管理切换Mini布局错乱问题
</li>
<li>
其他细节优化
</li>
</ol>
</el-collapse-item>
<el-collapse-item
title=
"v3.8.8 - 2024-06-30"
>
<ol>
<li>
菜单管理新增路由名称
</li>
...
...
@@ -1020,7 +1059,7 @@ export default {
data
()
{
return
{
// 版本号
version
:
"3.8.
8
"
version
:
"3.8.
9
"
};
},
methods
:
{
...
...
Write
Preview
Markdown
is supported
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