eladmin icon indicating copy to clipboard operation
eladmin copied to clipboard

eladmin jpa 版本:项目基于 Spring Boot 2.6.4、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代...

Results 53 eladmin issues
Sort by recently updated
recently updated
newest added

您好,elunez, 我是RoboticsAndCloud(Github昵称),最近在学习Spring-Boot, 在Github中找到这个优秀的项目ELADMIN,浏览了下您的个人网站,学习膜拜大佬之余,也想成为一名Contributor为其做些贡献。 我Fork了代码并线下添加了Actuator功能,以及后面计划使用React为其更新下前端。 本次功能:"Actuator“健康检查功能,自己测试通过. 1)添加 依赖 在pom.xml文件中 2)application-dev.yaml增加Actuator配置 3) 在eladmin-system/src/main/java/me/zhengjie/config/ConfigurerAdapter.java添加注册endpoint逻辑 4)在SpringSecurityConfig.java开放访问权限限制 5)附件有详细的功能和配置代码说明,还有本次部署代码过程中的一些小问题,可以添加到项目的在线帮助文档中 6)代码是基于自己的理解,如果有不妥之处,请大佬指点 [Spring Boot 运维管理平台(eladmin).pdf](https://github.com/elunez/eladmin/files/12138077/Spring.Boot.eladmin.pdf)

任务失败了, setIsPause 应该是true吧, true表示暂停

1、测试jdk版本:jdk1.8.0_351、jdk11.0.18 类型转换失败,不能将值转换为Number,用Long进行替代 报错截图: ![image](https://github.com/elunez/eladmin/assets/64514383/c9b218fc-26c7-4210-bf7b-4a02f89599dd)

elAdmin- 2024-04-24 23:53:37 [http-nio-8000-exec-6] ERROR m.z.e.handler.GlobalExceptionHandler - org.springframework.orm.jpa.JpaSystemException: Found shared references to a collection: me.zhengjie.modules.system.domain.User.jobs; nested exception is org.hibernate.HibernateException: Found shared references to a collection: me.zhengjie.modules.system.domain.User.jobs at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:331) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:233)...

https://github.com/elunez/eladmin/blob/ab0d02a473e2bfb57cfd2bc7defcfbdacb802ce0/sql/eladmin.sql#L618 sys_menu表没有id为120的记录,ddl-auto:设置为update时,报添加外键出错 建议删去第618行插入的记录

`system/dept.js` ```js export function getDeptSuperior(ids, exclude) { exclude = exclude !== undefined ? exclude : false // 修改后 const data = Array.isArray(ids) || ids.length === 0 ? ids : Array.of(ids)...

执行`npm run dev` 后 控制台打印 `10% building 2/2 modules 0 activei 「wds」: Project is running at http://localhost:8013/` 时,会打开一次浏览器标签页 http://localhost:8013/,随后编译完成后又会打开一次浏览器标签页

StringUtilsTest:applicaitonContext属性未注入, 请在applicationContext.xml中定义SpringContextHolder或在SpringBoot启动类中注册SpringContextHolder. FileUtilTest:org.opentest4j.AssertionFailedError: 预期:500695072768 实际:353697013760

Bumps [cn.hutool:hutool-all](https://github.com/looly/hutool) from 5.8.20 to 5.8.21. Release notes Sourced from cn.hutool:hutool-all's releases. 5.8.21(2023-07-29) 🐣新特性 【core 】 list 为空时,CollUtil.max等返回null而非异常(pr#1027@Gitee) 【poi 】 ExcelReader.getWriter逻辑变更,当从非文件读取时,获取sheet,而非空表格。 【core 】 Ipv4Util 新增方法:检测指定 IP 地址是否匹配通配符(pr#3171@Github) 【core 】 DateUtil.parse适配6位毫秒格式(issue#I7H34N@Gitee)...

dependencies