Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
6bfae265
Commit
6bfae265
authored
Dec 01, 2021
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
若依 3.8.0
parent
9bc73086
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
64 additions
and
11 deletions
+64
-11
pom.xml
pom.xml
+2
-2
ruoyi-admin/pom.xml
ruoyi-admin/pom.xml
+1
-1
ruoyi-admin/src/main/resources/application.yml
ruoyi-admin/src/main/resources/application.yml
+1
-1
ruoyi-common/pom.xml
ruoyi-common/pom.xml
+1
-1
ruoyi-framework/pom.xml
ruoyi-framework/pom.xml
+1
-1
ruoyi-generator/pom.xml
ruoyi-generator/pom.xml
+1
-1
ruoyi-quartz/pom.xml
ruoyi-quartz/pom.xml
+1
-1
ruoyi-system/pom.xml
ruoyi-system/pom.xml
+1
-1
ruoyi-ui/package.json
ruoyi-ui/package.json
+1
-1
ruoyi-ui/src/views/index.vue
ruoyi-ui/src/views/index.vue
+54
-1
No files found.
pom.xml
View file @
6bfae265
...
@@ -6,14 +6,14 @@
...
@@ -6,14 +6,14 @@
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<version>
3.
7
.0
</version>
<version>
3.
8
.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.
7
.0
</ruoyi.version>
<ruoyi.version>
3.
8
.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 @
6bfae265
...
@@ -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.
7
.0
</version>
<version>
3.
8
.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 @
6bfae265
...
@@ -3,7 +3,7 @@ ruoyi:
...
@@ -3,7 +3,7 @@ ruoyi:
# 名称
# 名称
name
:
RuoYi
name
:
RuoYi
# 版本
# 版本
version
:
3.
7
.0
version
:
3.
8
.0
# 版权年份
# 版权年份
copyrightYear
:
2021
copyrightYear
:
2021
# 实例演示开关
# 实例演示开关
...
...
ruoyi-common/pom.xml
View file @
6bfae265
...
@@ -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.
7
.0
</version>
<version>
3.
8
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-framework/pom.xml
View file @
6bfae265
...
@@ -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.
7
.0
</version>
<version>
3.
8
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-generator/pom.xml
View file @
6bfae265
...
@@ -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.
7
.0
</version>
<version>
3.
8
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-quartz/pom.xml
View file @
6bfae265
...
@@ -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.
7
.0
</version>
<version>
3.
8
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-system/pom.xml
View file @
6bfae265
...
@@ -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.
7
.0
</version>
<version>
3.
8
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-ui/package.json
View file @
6bfae265
{
{
"name"
:
"ruoyi"
,
"name"
:
"ruoyi"
,
"version"
:
"3.
7
.0"
,
"version"
:
"3.
8
.0"
,
"description"
:
"若依管理系统"
,
"description"
:
"若依管理系统"
,
"author"
:
"若依"
,
"author"
:
"若依"
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
...
...
ruoyi-ui/src/views/index.vue
View file @
6bfae265
...
@@ -147,6 +147,59 @@
...
@@ -147,6 +147,59 @@
<span>
更新日志
</span>
<span>
更新日志
</span>
</div>
</div>
<el-collapse
accordion
>
<el-collapse
accordion
>
<el-collapse-item
title=
"v3.8.0 - 2021-12-01"
>
<ol>
<li>
新增配套并同步的Vue3前端版本
</li>
<li>
新增通用方法简化模态/缓存/下载/权限/页签使用
</li>
<li>
优化导出数据/使用通用下载方法
</li>
<li>
Excel注解支持自定义数据处理器
</li>
<li>
Excel注解支持导入导出标题信息
</li>
<li>
Excel导入支持@Excels注解
</li>
<li>
新增组件data-dict,简化数据字典使用
</li>
<li>
新增Jaxb依赖,防止jdk8以上出现的兼容错误
</li>
<li>
生产环境使用路由懒加载提升页面响应速度
</li>
<li>
修复五级以上菜单出现的404问题
</li>
<li>
防重提交注解支持配置间隔时间/提示消息
</li>
<li>
日志注解新增是否保存响应参数
</li>
<li>
任务屏蔽违规字符
&
参数忽略双引号中的逗号
</li>
<li>
升级SpringBoot到最新版本2.5.6
</li>
<li>
升级pagehelper到最新版1.4.0
</li>
<li>
升级spring-boot-mybatis到最新版2.2.0
</li>
<li>
升级oshi到最新版本v5.8.2
</li>
<li>
升级druid到最新版1.2.8
</li>
<li>
升级velocity到最新版本2.3
</li>
<li>
升级fastjson到最新版1.2.78
</li>
<li>
升级axios到最新版本0.24.0
</li>
<li>
升级dart-sass到版本1.32.13
</li>
<li>
升级core-js到最新版本3.19.1
</li>
<li>
升级jsencrypt到最新版本3.2.1
</li>
<li>
升级js-cookie到最新版本3.0.1
</li>
<li>
升级file-saver到最新版本2.0.5
</li>
<li>
升级sass-loader到最新版本10.1.1
</li>
<li>
升级element-ui到最新版本2.15.6
</li>
<li>
新增sendGet无参请求方法
</li>
<li>
禁用el-tag组件的渐变动画
</li>
<li>
代码生成点击预览重置激活tab
</li>
<li>
AjaxResult重写put方法,以方便链式调用
</li>
<li>
优化登录/验证码请求headers不设置token
</li>
<li>
优化用户个人信息接口防止修改用户名
</li>
<li>
优化Cron表达式生成器关闭时销毁避免缓存
</li>
<li>
优化注册成功提示消息类型success
</li>
<li>
优化aop语法,使用spring自动注入注解
</li>
<li>
优化记录登录信息,移除不必要的修改
</li>
<li>
优化mybatis全局默认的执行器
</li>
<li>
优化Excel导入图片可能出现的异常
</li>
<li>
修复代码生成模板主子表删除缺少事务
</li>
<li>
修复日志记录可能出现的转换异常
</li>
<li>
修复代码生成复选框字典遗漏问题
</li>
<li>
修复关闭xss功能导致可重复读RepeatableFilter失效
</li>
<li>
修复字符串无法被反转义问题
</li>
<li>
修复后端主子表代码模板方法名生成错误问题
</li>
<li>
修复xss过滤后格式出现的异常
</li>
<li>
修复swagger没有指定dataTypeClass导致启动出现warn日志
</li>
<li>
其他细节优化
</li>
</ol>
</el-collapse-item>
<el-collapse-item
title=
"v3.7.0 - 2021-09-13"
>
<el-collapse-item
title=
"v3.7.0 - 2021-09-13"
>
<ol>
<ol>
<li>
参数管理支持配置验证码开关
</li>
<li>
参数管理支持配置验证码开关
</li>
...
@@ -664,7 +717,7 @@ export default {
...
@@ -664,7 +717,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
// 版本号
// 版本号
version
:
"
3.
7
.0
"
,
version
:
"
3.
8
.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