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

我最近打算采用这个项目来做个系统开发,想着能顺手把 E2E 测试加进来。作者如果认为没有问题的话,我就开始搞了。 对了,另外,我看到项目并没有一些和容器相关的代码,我也考虑顺手把容器的支持也添加上。 期待收到回复。 以下是我给其他项目做的 E2E 测试的相关信息: I'm the author of [api-testing](https://github.com/LinuxSuRen/api-testing) which is an API testing tool. It seems that no e2e testing in this project. I'd be...

pom.xml 里要求1.8 `1.8` 请问能否使用jdk 17,谢谢!

复现步骤: 1. 打开用户管理页面。 2. 点击用户名为“admin”这条数据的编辑按钮打开编辑用户窗口。 3. 点击取消按钮关闭编辑用户窗口。 4. 点击新增按钮,在新增用户窗口填写信息并点击确认按钮。 5. 通过开发者工具抓包发现提交的数据中 createTime、pwdResetTime、updateTime均为“admin”这条记录的数据。虽然最终createTime、updateTime会在服务端被重置,但是 pwdResetTime 却会保留下来。此bug在所有CRUD界面都存在,会导致新增时业务数据被污染。 以下是新增用户数据包: `{ "id": null, "username": "222", "nickName": "222", "gender": "男", "email": "[email protected]", "enabled": "true", "roles": [...