From 1cc5cee92dbfac0a0aba1e33f18c2b3df3cafb7e Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Sun, 2 Mar 2025 17:53:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E9=A1=B9=E7=9B=AE=E4=BB=8B?= =?UTF-8?q?=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- jeecg-boot/README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6f2d6edd..a0ddc058 100644 --- a/README.md +++ b/README.md @@ -90,15 +90,15 @@ AIGC功能清单 #### 后端 - IDE建议: IDEA (必须安装lombok插件 ) -- 语言:Java 8+ (支持17) +- 语言:Java 8+ (支持8、17) - 依赖管理:Maven - 基础框架:Spring Boot 2.7.18 - 微服务框架: Spring Cloud Alibaba 2021.0.1.0 - 持久层框架:MybatisPlus 3.5.3.2 -- 报表工具: JimuReport 1.9.3 +- 报表工具: JimuReport 1.9.4 - 安全框架:Apache Shiro 1.12.0,Jwt 3.11.0 - 微服务技术栈:Spring Cloud Alibaba、Nacos、Gateway、Sentinel、Skywalking -- 数据库连接池:阿里巴巴Druid 1.1.22 +- 数据库连接池:阿里巴巴Druid 1.1.24 - AI大模型:支持 `ChatGPT` `DeepSeek`切换 - 日志打印:logback - 缓存:Redis diff --git a/jeecg-boot/README.md b/jeecg-boot/README.md index be18709d..1c73579e 100644 --- a/jeecg-boot/README.md +++ b/jeecg-boot/README.md @@ -66,10 +66,10 @@ JeecgBoot 是一款基于代码生成器的`低代码开发平台`!前后端 - 基础框架:Spring Boot 2.7.18 - 微服务框架: Spring Cloud Alibaba 2021.0.1.0 - 持久层框架:MybatisPlus 3.5.3.2 -- 报表工具: JimuReport 1.8.1 +- 报表工具: JimuReport 1.9.4 - 安全框架:Apache Shiro 1.12.0,Jwt 3.11.0 - 微服务技术栈:Spring Cloud Alibaba、Nacos、Gateway、Sentinel、Skywalking -- 数据库连接池:阿里巴巴Druid 1.1.22 +- 数据库连接池:阿里巴巴Druid 1.1.24 - 日志打印:logback - 缓存:Redis - 其他:autopoi, fastjson,poi,Swagger-ui,quartz, lombok(简化代码)等。