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
fa889226
Commit
fa889226
authored
May 28, 2025
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
若依 3.9.0
parent
65159934
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
49 additions
and
13 deletions
+49
-13
README.md
README.md
+2
-2
若依环境使用手册.docx
doc/若依环境使用手册.docx
+0
-0
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
+37
-1
No files found.
README.md
View file @
fa889226
<p
align=
"center"
>
<p
align=
"center"
>
<img
alt=
"logo"
src=
"https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png"
>
<img
alt=
"logo"
src=
"https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png"
>
</p>
</p>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.
8.9
</h1>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.
9.0
</h1>
<h4
align=
"center"
>
基于SpringBoot+Vue前后端分离的Java快速开发框架
</h4>
<h4
align=
"center"
>
基于SpringBoot+Vue前后端分离的Java快速开发框架
</h4>
<p
align=
"center"
>
<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/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.9
-brightgreen.svg"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue"
><img
src=
"https://img.shields.io/badge/RuoYi-v3.
9.0
-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>
<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>
</p>
...
...
doc/若依环境使用手册.docx
View file @
fa889226
No preview for this file type
pom.xml
View file @
fa889226
...
@@ -6,14 +6,14 @@
...
@@ -6,14 +6,14 @@
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<version>
3.
8.9
</version>
<version>
3.
9.0
</version>
<name>
ruoyi
</name>
<name>
ruoyi
</name>
<url>
http://www.ruoyi.vip
</url>
<url>
http://www.ruoyi.vip
</url>
<description>
若依管理系统
</description>
<description>
若依管理系统
</description>
<properties>
<properties>
<ruoyi.version>
3.
8.9
</ruoyi.version>
<ruoyi.version>
3.
9.0
</ruoyi.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
...
...
ruoyi-admin/pom.xml
View file @
fa889226
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
8.9
</version>
<version>
3.
9.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
fa889226
...
@@ -3,7 +3,7 @@ ruoyi:
...
@@ -3,7 +3,7 @@ ruoyi:
# 名称
# 名称
name
:
RuoYi
name
:
RuoYi
# 版本
# 版本
version
:
3.
8.9
version
:
3.
9.0
# 版权年份
# 版权年份
copyrightYear
:
2025
copyrightYear
:
2025
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
...
...
ruoyi-common/pom.xml
View file @
fa889226
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
8.9
</version>
<version>
3.
9.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-framework/pom.xml
View file @
fa889226
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
8.9
</version>
<version>
3.
9.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-generator/pom.xml
View file @
fa889226
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
8.9
</version>
<version>
3.
9.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-quartz/pom.xml
View file @
fa889226
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
8.9
</version>
<version>
3.
9.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-system/pom.xml
View file @
fa889226
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
8.9
</version>
<version>
3.
9.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-ui/package.json
View file @
fa889226
{
{
"name"
:
"ruoyi"
,
"name"
:
"ruoyi"
,
"version"
:
"3.
8.9
"
,
"version"
:
"3.
9.0
"
,
"description"
:
"若依管理系统"
,
"description"
:
"若依管理系统"
,
"author"
:
"若依"
,
"author"
:
"若依"
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
...
...
ruoyi-ui/src/views/index.vue
View file @
fa889226
...
@@ -111,6 +111,42 @@
...
@@ -111,6 +111,42 @@
<span>
更新日志
</span>
<span>
更新日志
</span>
</div>
</div>
<el-collapse
accordion
>
<el-collapse
accordion
>
<el-collapse-item
title=
"v3.9.0 - 2025-05-28"
>
<ol>
<li>
优化菜单搜索查询页
</li>
<li>
导航栏显示昵称
&
设置
</li>
<li>
菜单管理新增路由名称
</li>
<li>
添加底部版权信息
&
开关
</li>
<li>
分配角色禁用不允许勾选
</li>
<li>
Excel导入导出支持多图片
</li>
<li>
添加页签图标显示开关功能
</li>
<li>
上传组件新增拖动排序属性
</li>
<li>
显隐列组件支持全选/全不选
</li>
<li>
初始密码支持自定义修改策略
</li>
<li>
账号密码支持自定义更新周期
</li>
<li>
代码生成列表支持按时间排序
</li>
<li>
支持富文本复制粘贴图片上传至url
</li>
<li>
支持文件
&
图片组件自定义地址
&
参数
</li>
<li>
升级tomcat到最新版本9.0.105
</li>
<li>
升级oshi到最新版本6.8.1
</li>
<li>
升级fastjson到最新版2.0.57
</li>
<li>
升级commons.io到最新版本2.19.0
</li>
<li>
package.json移除runjs依赖
</li>
<li>
package.json移除eslint依赖
</li>
<li>
package.json移除vue-meta依赖
</li>
<li>
修复代码生成主子表校验必填失效问题
</li>
<li>
优化前端树结构性能问题
</li>
<li>
优化前端处理路由函数代码
</li>
<li>
优化文件上传组件新增类型
</li>
<li>
优化顶部菜单搜索栏为多层级显示
</li>
<li>
优化文件
&
图片上传组件新增disabled属性
</li>
<li>
优化空指针异常时无法获取错误信息问题
</li>
<li>
优化定时任务字符包含多个括号导致数据错误
</li>
<li>
优化登录
&
注册页表头使用VUE_APP_TITLE配置值
</li>
<li>
优化导出Excel日期格式双击离开后与设定的格式不一致问题
</li>
<li>
其他细节优化
</li>
</ol>
</el-collapse-item>
<el-collapse-item
title=
"v3.8.9 - 2024-12-30"
>
<el-collapse-item
title=
"v3.8.9 - 2024-12-30"
>
<ol>
<ol>
<li>
用户管理支持分栏拖动
</li>
<li>
用户管理支持分栏拖动
</li>
...
@@ -1023,7 +1059,7 @@ export default {
...
@@ -1023,7 +1059,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
// 版本号
// 版本号
version
:
"3.
8.9
"
version
:
"3.
9.0
"
}
}
},
},
methods
:
{
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