Commit Graph

  • 78bd8a1ea8 feat: 优化Redis配置,添加AutoConfigureBefore注解 Jie Zheng 2025-01-25 13:38:43 +0800
  • 255285dace Merge branch 'master' into deploy Jie Zheng 2025-01-25 10:20:11 +0800
  • 41ccc1f6e6 refactor: 从CacheConfig注解中移除keyGenerator,优化Redis配置 Jie Zheng 2025-01-25 10:19:56 +0800
  • 57e1948eef Merge branch 'master' into deploy Jie Zheng 2025-01-22 10:17:55 +0800
  • 4e4ca20828 feat: 升级部分依赖于优化代码(升级fastjson2,不再兼容fastjson1),其他升级看详情 升级 hutool:5.8.35 升级 oshi-core:6.6.5 升级 mica-ip2region:2.7.18.9 升级 poi:5.4.0 升级 commons-text:1.13.0 Jie Zheng 2025-01-22 10:17:28 +0800
  • f9799cdfb3 style: 📚️更新 README.md Jie Zheng 2025-01-21 16:35:40 +0800
  • 8e4f44a670 style: 📚️添加Spring日志级别控制为warn Jie Zheng 2025-01-21 16:31:25 +0800
  • bf1cb26966 Merge branch 'master' into deploy Jie Zheng 2025-01-21 16:00:58 +0800
  • 0edf43c78e feat: ️更新Spring Boot版本至2.7.18并重构安全配置 Jie Zheng 2025-01-21 16:00:41 +0800
  • 265562e37c Merge branch 'master' into deploy Jie Zheng 2025-01-21 15:36:26 +0800
  • b6295a7bdf fix: 修复重置密码后,未删除缓存的问题 close https://github.com/elunez/eladmin/issues/866 Jie Zheng 2025-01-21 15:35:20 +0800
  • 597df7c66b Merge branch 'master' into deploy Jie Zheng 2025-01-21 15:20:19 +0800
  • 31b033afe8 perf: 优化用户缓存管理,统一转换为小写 close https://github.com/elunez/eladmin/issues/866 Jie Zheng 2025-01-21 15:20:02 +0800
  • db63c953d4 perf: 添加权限检查,优化角色缓存及命名 Jie Zheng 2025-01-21 15:00:44 +0800
  • cd5e5eb034 Merge branch 'master' into deploy Jie Zheng 2025-01-18 18:04:15 +0800
  • 0a91748fd2 perf: 优化Token生成 Jie Zheng 2025-01-18 18:03:56 +0800
  • cc7dfd9e6a Merge branch 'master' into deploy Jie Zheng 2025-01-18 17:55:43 +0800
  • fb422c6a9a perf: 优化系统日志参数获取,优化在线用户Token管理,优化SQl日志打印 Jie Zheng 2025-01-18 17:55:13 +0800
  • ca77c9f11e perf: 优化系统日志参数获取,优化在线用户Token管理,优化SQl日志打印 Jie Zheng 2025-01-18 17:53:10 +0800
  • a4e80170cc Merge branch 'master' into deploy Jie Zheng 2025-01-17 15:23:45 +0800
  • 7b2fa3c679 fix: 修复缓存导致的用户登录提示密码错误问题 Jie Zheng 2025-01-17 15:23:29 +0800
  • bfef0bcdb4 feat: 添加BadRequestException处理,优化DeployController Jie Zheng 2025-01-16 13:44:59 +0800
  • 3997a67cc6 Merge branch 'master' into deploy Jie Zheng 2025-01-16 13:41:36 +0800
  • 10b43563aa refactor: 移除缓存注解,优化Redis缓存使用 Jie Zheng 2025-01-16 09:41:47 +0800
  • fe8d271557 feat: 更新数据库表结构及注释,优化代码生成配置 Jie Zheng 2025-01-15 18:22:17 +0800
  • 311396f86c refactor: 移除冗余类,优化DTO和查询条件注解 Jie Zheng 2025-01-15 18:14:14 +0800
  • 4061a07850 refactor: 优化代码生成模板 Jie Zheng 2025-01-15 16:44:28 +0800
  • e62f450394 docs: Update copyright year to 2025 across all files Jie Zheng 2025-01-15 16:38:28 +0800
  • 5963acb664 feat: 优化Redis缓存配置,集成Redisson,增强日志配置 Jie Zheng 2025-01-15 16:36:42 +0800
  • 51d9f42273 refactor: 优化安全配置和代码结构,移除冗余类,SecurityUtils优化获取用户名与用户ID方式 Jie Zheng 2025-01-15 16:16:30 +0800
  • 75df46b5dc refactor: 替换log4jdbc为p6spy,优化SQL日志输出 Jie Zheng 2025-01-15 15:57:38 +0800
  • 4454b71bfd feat: 优化配置和代码结构 1、优化项目结构、优化部分配置 2、新增AnonTagUtils,用于获取匿名接口 3、优化Swagger,排除不需要认证的接口 4、新增BigDecimalUtils,用于BigDecimal类型,+-*/计算,元与分的转换 Jie Zheng 2025-01-15 15:28:41 +0800
  • 326d50503a refactor: 提取匿名访问URL处理至AnonTagUtils工具类,优化Swagger接口认证配置 Jie Zheng 2025-01-15 15:12:44 +0800
  • 111ff997c5 feat: 添加RemoveDruidAdConfig以移除Druid广告 Jie Zheng 2025-01-15 15:08:27 +0800
  • 733dd78e92 feat: 添加启动日志和Swagger访问信息 Jie Zheng 2025-01-15 15:07:01 +0800
  • de60187054 perf: 升级 Spring Boot 版本至2.6.6,升级 druid 版本至 1.2.19,优化druid配置 Jie Zheng 2025-01-15 15:05:21 +0800
  • 09585d3f0b refactor: 优化RedisUtils,增强缓存获取功能 Jie Zheng 2025-01-15 15:04:38 +0800
  • 184d67e0ed 优化数据库连接池配置参数 Jie Zheng 2025-01-15 11:17:37 +0800
  • 4e38658746 Merge branch 'master' into deploy Jie Zheng 2025-01-15 11:15:11 +0800
  • c62ac4c383 fix: 增加JDBC URL安全参数过滤,防止SQL注入等漏洞 Jie Zheng 2025-01-15 11:05:47 +0800
  • 13ae86ad15 update Jie Zheng 2025-01-15 10:37:18 +0800
  • 008181b079 fix: 修复运维管理:数据库和部署管理中存在任意文件上传和删除漏洞,添加非法文件名过滤 close https://github.com/elunez/eladmin/issues/851 Jie Zheng 2025-01-15 10:30:39 +0800
  • 5a3786bd03 update: 升级hutool版本至5.8.21 Jie Zheng 2025-01-15 10:09:27 +0800
  • f069adaa74
    Merge bdd69b5f52 into a14d2c4324 peisp 2025-01-15 10:07:11 +0800
  • a14d2c4324 fix(LimitAspect): 使用ObjUtil优化空值判断 Jie Zheng 2025-01-15 09:26:29 +0800
  • 7d32b7bad6 Merge branch 'master' of github.com:elunez/eladmin Jie Zheng 2025-01-15 09:25:04 +0800
  • d6a16e9afc fix: 防止CSV注入,处理导出数据特殊字符 Jie Zheng 2025-01-15 09:21:51 +0800
  • 6159b94c90 fix: 修复EncryptUtils多线程环境中共享同一个 Cipher实例导致【 Cipher not initialized】的问题 close https://github.com/elunez/eladmin/issues/865 Jie Zheng 2025-01-13 18:30:20 +0800
  • 5f158e8f69 fix: 修复EncryptUtils多线程环境中共享同一个 Cipher实例导致【 Cipher not initialized】的问题 close https://github.com/elunez/eladmin/issues/865 Jie Zheng 2025-01-13 18:28:17 +0800
  • ba5b42bde7 update README.md Jie Zheng 2024-12-29 10:44:50 +0800
  • bb11e403cb 移除OnlineUserService中kickOutForUsername的@Async注解 close https://github.com/elunez/eladmin-mp/issues/43 Jie Zheng 2024-12-09 09:04:16 +0800
  • 08f4860483
    fix(LimitAspect): 修复lua脚本执行结束后,类型转换失败的bug (#810) l2063610646 2024-09-19 10:01:03 +0800
  • f4f76deaf9 fix: 初始化sql问题 Zheng Jie 2024-08-09 20:21:32 +0800
  • 0494f6ad17 feat: quartz 分布式支持,默认单机运行,如果需要支持分布式可以查看 application-quartz.yml 注释 Zheng Jie 2024-08-09 20:03:02 +0800
  • 3e65992255 update README.md Zheng Jie 2024-05-24 16:11:33 +0800
  • 55ea00c9e9
    Bump cn.hutool:hutool-all from 5.8.20 to 5.8.21 in /eladmin-common dependabot[bot] 2024-05-16 17:29:31 +0000
  • 05d845c6f9 benchmark for monolithic vs modular vs microServices leojames 2024-05-08 17:43:44 +0800
  • 5af1fc2f0b update slimming rules leojames 2024-05-07 18:10:44 +0800
  • 5fcea0109e using koupleless leojames 2024-04-23 14:47:47 +0800
  • ab0d02a473 update Zheng Jie 2024-04-02 20:22:02 +0800
  • feb2f01f89 Merge branch 'master' into deploy Zheng Jie 2024-01-02 14:40:24 +0800
  • 3b6b514ada 修复token续期不生效问题 close https://github.com/elunez/eladmin/issues/832 Zheng Jie 2024-01-02 14:38:34 +0800
  • fcae3766d3 enable spring context holder leojames 2023-12-27 17:29:23 +0800
  • 4792b06312 update exclue libs leojames 2023-12-25 21:16:19 +0800
  • c61eb82ac1 modify biz names leojames 2023-12-25 19:41:20 +0800
  • ae4284f189 fix swagger compatibility with springboot leojames 2023-12-25 17:04:24 +0800
  • 33f4bc4cbb reuse datasource from base leojames 2023-12-25 16:38:43 +0800
  • c0d865da97 move arkmodules to modules leojames 2023-12-25 11:44:23 +0800
  • 61493b07c8 split into ark modules leojames 2023-12-25 11:27:09 +0800
  • f324c4cbdd support ark module install leojames 2023-12-19 21:27:50 +0800
  • fff52cc450 support ark module install leojames 2023-12-19 21:26:42 +0800
  • ad98f58e6f fix https://github.com/elunez/eladmin/issues/835 leojames 2023-12-19 15:22:49 +0800
  • 2acb049509 add base leojames 2023-12-19 15:22:32 +0800
  • 23d9b50dc5 move to ark module leojames 2023-12-18 21:15:07 +0800
  • 1205c9706d
    vuln-fix: Use HTTPS instead of HTTP to resolve deps CVE-2021-26291 Jonathan Leitschuh 2023-12-16 17:24:34 +0000
  • c6fdec8ca3 前端模板布局优化 class="head-container" div 范围过大 ZhaoWei 2023-12-04 17:25:15 +0800
  • bdd69b5f52 👔 代码生成-生成新代码菜单Sql peishaopeng 2023-11-01 11:19:43 +0800
  • b1d932bf53 🔥 删除初始化sql中sys_roles_menus表垃圾数据 peishaopeng 2023-11-01 11:11:10 +0800
  • 6b9aaaf893 👔 代码生成-生成新代码菜单Sql peishaopeng 2023-11-01 11:10:10 +0800
  • c48eab3ef2 Merge branch 'master' into deploy Zheng Jie 2023-10-30 09:13:23 +0800
  • 1f3791409c 👔 代码生成添加新代码菜单 peishaopeng 2023-10-26 00:02:06 +0800
  • 363234d363 🔥 删除初始化sql垃圾数据 peishaopeng 2023-10-25 22:46:37 +0800
  • 2a879115bc 修复退出登录,提出用户,前端401死循环问题 close https://github.com/elunez/eladmin/issues/817 Zheng Jie 2023-10-08 14:54:34 +0800
  • cda9e6866c Add promethues endpoint, we need support the Header with application/openmetrics-text and text/plain,As the Promethuse server sends requests along with the header application/openmetrics-text, But it needs the data with the header text/plain when it receives the responses Your Name 2023-08-19 17:06:56 -0500
  • 490a8f24c0 update README.md Zheng Jie 2023-08-12 18:49:02 +0800
  • b17873ff9d update README.md Zheng Jie 2023-08-12 18:48:52 +0800
  • 8324419e83
    Update ExecutionJob.java BestDarkHorse 2023-08-04 10:40:53 +0800
  • d5dd5e21b7 fix(LimitAspect): 修复lua脚本执行结束后,类型转换失败的bug 全糖咖啡 2023-07-28 16:33:07 +0800
  • f3fb86a699 update eladmin.sql Zheng Jie 2023-07-28 15:55:13 +0800
  • 9447f54af3
    Merge branch 'elunez:master' into master l2063610646 2023-07-28 15:12:23 +0800
  • 7b52d617e5
    fix(EmailServiceImpl): 解决由于jdk8之后默认禁用了部分tls协议,从而导致发送邮件失败的问题 (#809) l2063610646 2023-07-26 17:00:03 +0800
  • 0717e5ae27 fix(EmailServiceImpl): 解决由于jdk8之后默认禁用了部分tls协议,从而导致发送邮件失败的问题 全糖咖啡 2023-07-26 16:53:42 +0800
  • d6cb573671 update README.md Zheng Jie 2023-07-26 15:24:22 +0800
  • 19f71cfa52 Add Actuator Health Checking Your Name 2023-07-22 23:58:25 -0500
  • 61c7131343 update SwaggerConfig.java close https://github.com/elunez/eladmin/issues/807 Zheng Jie 2023-07-12 16:21:10 +0800
  • 6d4a00406f update eladmin.sql close https://github.com/elunez/eladmin/issues/806 Zheng Jie 2023-07-11 16:36:48 +0800
  • a3421906f2 FileUtil add download mehtod without request Zhou Lei 2023-07-10 16:15:28 +0800
  • 86e8af6536 update README.md Zheng Jie 2023-07-07 18:07:14 +0800
  • b03c2fd415 update README.md Zheng Jie 2023-07-07 18:04:49 +0800
  • 435df318aa Merge branch 'master' into deploy Zheng Jie 2023-07-07 17:49:21 +0800