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

之前实现通过 ``` java @Bean public ServletWebServerFactory webServerFactory() { TomcatServletWebServerFactory fa = new TomcatServletWebServerFactory(); fa.addConnectorCustomizers(connector -> connector.setProperty("relaxedQueryChars", "[]{}")); return fa; } ``` 实现后,我们无法实现TomcatConnectorCustomizer来配置tomcat的参数,同时导致springboot默认提供一些扩展无法使用,比如TomcatContextCustomizer、TomcatProtocolHandlerCustomizer。 SpringBoot 自动化装配TomcatServletWebServerFactory代码类org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration.EmbeddedTomcat如下: ```java @Bean TomcatServletWebServerFactory tomcatServletWebServerFactory(ObjectProvider connectorCustomizers, ObjectProvider...

# Summary JDBC Injection in Database Monitoring. Allow users to read any file # Details Allowing custom URLs in select database monitoring leads us to use arbitrary parameters to cause...

https://sofaserverless.gitee.io/home/ ![image](https://github.com/elunez/eladmin/assets/3754074/78343cd7-0429-4a13-98ba-ce9385ac5bd7) 每个模块可以独立开发,独立启动,互相不影响,每个模块比较清理启动也相对更快。 ## 使用方式 1. 点击 BaseAppRun 直接启动基座 3. 执行 arkctl deploy arkmodules/eladmin-biz-mng 部署 mng 模块 5. 执行 arkctl deploy arkmodules/eladmin-biz-quartz 部署 quartz 模块 7. 执行 arkctl deploy arkmodules/eladmin-biz-system...

springfox 3.0.0 doesn't work with springboot 2.7.x, any fixed or workaround this? ![image](https://github.com/elunez/eladmin/assets/3754074/3891b8c1-e60a-4034-b550-c5ae3cbdcff5) same like https://github.com/springfox/springfox/issues/3462#issuecomment-1010721223 https://stackoverflow.com/questions/72465369/upgraded-spring-boot-to-2-7-0-failed-to-start-bean-documentationpluginsbootstr

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://infosecwriteups.com/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb) --- This is a security fix for a high severity vulnerability in your [Apache Maven](https://maven.apache.org/) `pom.xml` file(s). The build files indicate that this project is resolving dependencies over HTTP...

class="head-container" div范围过大

查询字典时候传的参数是http://localhost:8013/api/dict?page=0&size=10&sort=id%2Cdesc 请问他是经过什么过程 queryDict(DictQueryCriteria resources, Pageable pageable)映射到这两个变量上的

- 生成新代码初始化菜单sql - 删除初始化eladmin.sql 文件中sys_roles_menus表垃圾数据

front/index.ftl 文件 ![image](https://github.com/elunez/eladmin/assets/26299226/69cd35dc-63c1-4ab7-8f60-6605ffa58455) ============ GenUtil.download 方法 ![image](https://github.com/elunez/eladmin/assets/26299226/694cce6a-b816-4bec-bad5-b2ab42dbcc5f)