diff --git a/pom.xml b/pom.xml index 5758d8800..b1fe24c71 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi - 4.7.0 + 4.7.1 jar ruoyi diff --git a/src/main/java/com/ruoyi/common/utils/http/HttpUtils.java b/src/main/java/com/ruoyi/common/utils/http/HttpUtils.java index 949b22dd8..9cc166c3a 100644 --- a/src/main/java/com/ruoyi/common/utils/http/HttpUtils.java +++ b/src/main/java/com/ruoyi/common/utils/http/HttpUtils.java @@ -38,7 +38,7 @@ public class HttpUtils */ public static String sendGet(String url) { - return sendGet(url, StringUtils.EMPTY, Constants.UTF8); + return sendGet(url, StringUtils.EMPTY); } /** diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c251a4e14..933b3d34e 100644 --- a/src/main/resources/application.yml +++ b/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/src/main/resources/templates/demo/form/summernote.html b/src/main/resources/templates/demo/form/summernote.html index 72a1069a4..abd5cf571 100644 --- a/src/main/resources/templates/demo/form/summernote.html +++ b/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/src/main/resources/templates/include.html b/src/main/resources/templates/include.html index fc9d539d3..d7d60d3a7 100644 --- a/src/main/resources/templates/include.html +++ b/src/main/resources/templates/include.html @@ -7,12 +7,12 @@ - + - + @@ -36,8 +36,8 @@ - - + + diff --git a/src/main/resources/templates/index-topnav.html b/src/main/resources/templates/index-topnav.html index 605c3420b..8289de647 100644 --- a/src/main/resources/templates/index-topnav.html +++ b/src/main/resources/templates/index-topnav.html @@ -14,7 +14,7 @@ - +

@@ -315,8 +315,8 @@ - - + + diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 0e7159058..45b77d32c 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -14,7 +14,7 @@ - +
@@ -262,8 +262,8 @@ - - + + - + - + diff --git a/src/main/resources/templates/main.html b/src/main/resources/templates/main.html index f3a597f99..a69ee9897 100644 --- a/src/main/resources/templates/main.html +++ b/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/src/main/resources/templates/monitor/job/cron.html b/src/main/resources/templates/monitor/job/cron.html index 0800edc02..31f0f2f94 100644 --- a/src/main/resources/templates/monitor/job/cron.html +++ b/src/main/resources/templates/monitor/job/cron.html @@ -1131,7 +1131,7 @@

    表达式

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