From 6d3c988768b7ed24eec909a79f376fe0cb145d3d Mon Sep 17 00:00:00 2001 From: RuoYi Date: Wed, 10 Nov 2021 09:12:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=A5=E4=BE=9D=20v4.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 +- ruoyi-admin/pom.xml | 2 +- .../src/main/resources/application.yml | 2 +- .../templates/demo/form/summernote.html | 4 +- .../src/main/resources/templates/include.html | 8 +-- .../resources/templates/index-topnav.html | 6 +- .../src/main/resources/templates/index.html | 6 +- .../src/main/resources/templates/lock.html | 2 +- .../src/main/resources/templates/login.html | 4 +- .../src/main/resources/templates/main.html | 56 ++++++++++++++++++- .../main/resources/templates/register.html | 4 +- .../src/main/resources/templates/skin.html | 2 +- ruoyi-common/pom.xml | 2 +- ruoyi-framework/pom.xml | 2 +- ruoyi-generator/pom.xml | 2 +- ruoyi-quartz/pom.xml | 2 +- .../resources/templates/monitor/job/cron.html | 2 +- ruoyi-system/pom.xml | 2 +- 18 files changed, 83 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index 68d36c908..ba15b44a2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,14 +5,14 @@ com.ruoyi ruoyi - 4.7.0 + 4.7.1 ruoyi http://www.ruoyi.vip 若依管理系统 - 4.7.0 + 4.7.1 UTF-8 UTF-8 1.8 diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index e8b09be20..343b78064 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 4.7.0 + 4.7.1 4.0.0 jar diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 21ea1270a..a19ba921e 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -3,7 +3,7 @@ ruoyi: # 名称 name: RuoYi # 版本 - version: 4.7.0 + version: 4.7.1 # 版权年份 copyrightYear: 2021 # 实例演示开关 diff --git a/ruoyi-admin/src/main/resources/templates/demo/form/summernote.html b/ruoyi-admin/src/main/resources/templates/demo/form/summernote.html index 72a1069a4..abd5cf571 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/form/summernote.html +++ b/ruoyi-admin/src/main/resources/templates/demo/form/summernote.html @@ -17,7 +17,7 @@
Summernote 富文本编辑器

若依后台管理系统

ruoyi是一个完全响应式,基于Bootstrap3.3.7最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术,她提供了诸多的强大的可以重新组合的UI组件,并集成了最新的jQuery版本(v2.1.1),当然,也集成了很多功能强大,用途广泛的就jQuery插件,她可以用于所有的Web应用程序,如网站管理后台网站会员中心CMSCRMOA等等,当然,您也可以对她进行深度定制,以做出更强系统。

- 当前版本:v4.7.0 + 当前版本:v4.7.1

免费开源 @@ -56,7 +56,7 @@

编辑/保存为html代码示例

你好,若依

H+是一个完全响应式,基于Bootstrap3.3.7最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术,她提供了诸多的强大的可以重新组合的UI组件,并集成了最新的jQuery版本(v2.1.1),当然,也集成了很多功能强大,用途广泛的就jQuery插件,她可以用于所有的Web应用程序,如网站管理后台网站会员中心CMSCRMOA等等,当然,您也可以对她进行深度定制,以做出更强系统。

- 当前版本:v4.7.0 + 当前版本:v4.7.1

开源免费 diff --git a/ruoyi-admin/src/main/resources/templates/include.html b/ruoyi-admin/src/main/resources/templates/include.html index fc9d539d3..d7d60d3a7 100644 --- a/ruoyi-admin/src/main/resources/templates/include.html +++ b/ruoyi-admin/src/main/resources/templates/include.html @@ -7,12 +7,12 @@ - + - + @@ -36,8 +36,8 @@ - - + + diff --git a/ruoyi-admin/src/main/resources/templates/index-topnav.html b/ruoyi-admin/src/main/resources/templates/index-topnav.html index 605c3420b..8289de647 100644 --- a/ruoyi-admin/src/main/resources/templates/index-topnav.html +++ b/ruoyi-admin/src/main/resources/templates/index-topnav.html @@ -14,7 +14,7 @@ - +

@@ -315,8 +315,8 @@ - - + + diff --git a/ruoyi-admin/src/main/resources/templates/index.html b/ruoyi-admin/src/main/resources/templates/index.html index 0e7159058..45b77d32c 100644 --- a/ruoyi-admin/src/main/resources/templates/index.html +++ b/ruoyi-admin/src/main/resources/templates/index.html @@ -14,7 +14,7 @@ - +
@@ -262,8 +262,8 @@ - - + + - + - + diff --git a/ruoyi-admin/src/main/resources/templates/main.html b/ruoyi-admin/src/main/resources/templates/main.html index f3a597f99..a69ee9897 100644 --- a/ruoyi-admin/src/main/resources/templates/main.html +++ b/ruoyi-admin/src/main/resources/templates/main.html @@ -96,13 +96,67 @@
更新日志
+
+
+
+ v4.7.12021.11.10 +
+
+
+
+
    +
  1. 新增是否开启页签功能
  2. +
  3. 代码生成的模块增加创建表功能
  4. +
  5. Excel导入支持@Excels注解
  6. +
  7. Excel注解支持导入导出标题信息
  8. +
  9. Excel注解支持自定义数据处理器
  10. +
  11. 日志注解新增是否保存响应参数
  12. +
  13. 防重提交注解支持配置间隔时间/提示消息
  14. +
  15. 网页部分操作禁止使用后退键(Backspace)
  16. +
  17. 实例演示中增加多层窗口获取值
  18. +
  19. 弹出层openOptions增加动画属性
  20. +
  21. 升级spring-boot到最新版本2.5.6
  22. +
  23. 升级spring-boot-mybatis到最新版2.2.0
  24. +
  25. 升级pagehelper到最新版1.4.0
  26. +
  27. 升级oshi到最新版本v5.8.2
  28. +
  29. 升级druid到最新版1.2.8
  30. +
  31. 升级fastjson到最新版1.2.78
  32. +
  33. 升级thymeleaf-extras-shiro到最新版本v2.1.0
  34. +
  35. 升级bootstrap-fileinput到最新版本v5.2.4
  36. +
  37. 修改阿里云maven仓库地址为新版地址
  38. +
  39. 定时任务屏蔽违规字符
  40. +
  41. 增加sendGet无参请求方法
  42. +
  43. 代码生成去掉多余的排序字段
  44. +
  45. 优化启动脚本参数优化
  46. +
  47. 优化页签关闭右侧清除iframe元素
  48. +
  49. 优化多表格切换表单查询参数
  50. +
  51. 优化表格实例切换event不能为空
  52. +
  53. 优化mybatis全局默认的执行器
  54. +
  55. 优化导入Excel数据关闭时清理file
  56. +
  57. 优化Excel导入图片可能出现的异常
  58. +
  59. 优化记录登录信息,防止不必要的修改
  60. +
  61. 优化aop语法,使用spring自动注入注解
  62. +
  63. 修复无法被反转义问题
  64. +
  65. 修复拖拽行数据错位问题
  66. +
  67. 修复新窗口打开页面关闭弹窗报错
  68. +
  69. 修复富文本回退键被禁止&控制台报错问题
  70. +
  71. 修复自定义弹出层全屏参数无效问题
  72. +
  73. 修复树表代码生成短字段无法识别问题
  74. +
  75. 修复apple/webkit浏览器时间无法格式化
  76. +
  77. 修复后端主子表代码模板方法名生成错误问题
  78. +
  79. 修复swagger没有指定dataTypeClass导致启动出现warn日志
  80. +
  81. 其他细节优化
  82. +
+
+
+
v4.7.02021.09.01
-
+
  1. 优化弹出层显示在顶层窗口
  2. diff --git a/ruoyi-admin/src/main/resources/templates/register.html b/ruoyi-admin/src/main/resources/templates/register.html index 01b89ce34..f4719cda2 100644 --- a/ruoyi-admin/src/main/resources/templates/register.html +++ b/ruoyi-admin/src/main/resources/templates/register.html @@ -9,7 +9,7 @@ - + @@ -74,7 +74,7 @@

    注册:

    - + diff --git a/ruoyi-admin/src/main/resources/templates/skin.html b/ruoyi-admin/src/main/resources/templates/skin.html index 434e04e25..445602fd5 100644 --- a/ruoyi-admin/src/main/resources/templates/skin.html +++ b/ruoyi-admin/src/main/resources/templates/skin.html @@ -140,7 +140,7 @@ - + - +