快速开发平台,一个集成常用api ,低代码生成
Go to file
Nymph2333 af0e0a110e
newInstance() 已弃用,使用clazz.getDeclaredConstructor().newInstance()
This method propagates any exception thrown by the nullary constructor, including a checked exception. Use of this method effectively bypasses the compile-time exception checking that would otherwise be performed by the compiler. The Constructor.newInstance method avoids this problem by wrapping any exception thrown by the constructor in a (checked) InvocationTargetException.
The call
 clazz.newInstance()
can be replaced by
 clazz.getDeclaredConstructor().newInstance()
The latter sequence of calls is inferred to be able to throw the additional exception types InvocationTargetException and NoSuchMethodException. Both of these exception types are subclasses of ReflectiveOperationException.

Signed-off-by: Nymph2333 <498092988@qq.com>
2023-04-10 06:27:40 +00:00
.github update donate 2022-01-04 20:26:49 +08:00
bin update bin 2021-08-11 10:11:13 +08:00
doc 若依 3.0 2020-07-19 10:25:40 +08:00
ruoyi-admin 优化代码 2023-02-21 18:02:00 +08:00
ruoyi-common 优化固定头部页签滚动条被隐藏的问题 2023-04-05 17:50:32 +08:00
ruoyi-framework 支持自定义隐藏属性列过滤子对象(I6GKPE) 2023-03-17 14:13:39 +08:00
ruoyi-generator 解决表字段comment过长问题 2023-03-30 20:10:22 +08:00
ruoyi-quartz newInstance() 已弃用,使用clazz.getDeclaredConstructor().newInstance() 2023-04-10 06:27:40 +00:00
ruoyi-system 日志管理使用索引提升查询性能 2023-02-23 10:01:16 +08:00
ruoyi-ui 添加新群号:101046199 2023-04-05 17:52:27 +08:00
sql 日志管理使用索引提升查询性能 2023-02-23 10:01:16 +08:00
.gitignore update .gitignore. 2022-02-01 02:24:49 +00:00
LICENSE RuoYi-Vue 1.0 2019-10-08 09:14:38 +08:00
README.md 添加新群号:101046199 2023-04-05 17:52:27 +08:00
pom.xml 升级fastjson到最新版2.0.25 2023-03-18 10:30:34 +08:00
ry.bat update ry.bat 2022-01-27 12:04:21 +08:00
ry.sh update ry.sh. 2021-10-23 10:21:02 +08:00

README.md

logo

RuoYi v3.8.5

基于SpringBoot+Vue前后端分离的Java快速开发框架

平台简介

若依是一套全部开源的快速开发平台,毫无保留给个人及企业免费使用。

内置功能

  1. 用户管理:用户是系统操作者,该功能主要完成系统用户配置。
  2. 部门管理:配置系统组织机构(公司、部门、小组),树结构展现支持数据权限。
  3. 岗位管理:配置系统用户所属担任职务。
  4. 菜单管理:配置系统菜单,操作权限,按钮权限标识等。
  5. 角色管理:角色菜单权限分配、设置角色按机构进行数据范围权限划分。
  6. 字典管理:对系统中经常使用的一些较为固定的数据进行维护。
  7. 参数管理:对系统动态配置常用参数。
  8. 通知公告:系统通知公告信息发布维护。
  9. 操作日志:系统正常操作日志记录和查询;系统异常信息日志记录和查询。
  10. 登录日志:系统登录日志记录查询包含登录异常。
  11. 在线用户:当前系统中活跃用户状态监控。
  12. 定时任务:在线(添加、修改、删除)任务调度包含执行结果日志。
  13. 代码生成前后端代码的生成java、html、xml、sql支持CRUD下载 。
  14. 系统接口根据业务代码自动生成相关的api接口文档。
  15. 服务监控监视当前系统CPU、内存、磁盘、堆栈等相关信息。
  16. 缓存监控:对系统的缓存信息查询,命令统计等。
  17. 在线构建器拖动表单元素生成相应的HTML代码。
  18. 连接池监视监视当前系统数据库连接池状态可进行分析SQL找出系统性能瓶颈。

在线体验

  • admin/admin123
  • 陆陆续续收到一些打赏,为了更好的体验已用于演示服务器升级。谢谢各位小伙伴。

演示地址:http://vue.ruoyi.vip
文档地址:http://doc.ruoyi.vip

演示图

若依前后端分离交流群

QQ群 加入QQ群 加入QQ群 加入QQ群 加入QQ群 加入QQ群 加入QQ群 加入QQ群 加入QQ群 加入QQ群 加入QQ群 加入QQ群 加入QQ群 加入QQ群 加入QQ群 加入QQ群 点击按钮入群。