From dac525f17763377188fecc824e81e517cf0b783b Mon Sep 17 00:00:00 2001 From: Charles7c Date: Fri, 22 Dec 2023 20:48:10 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=AE=8C=E5=96=84=20README=20=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cdfb329d..1000f81c 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ cors: ``` -2.将 ContiNew Starter 版本改为对应快照版本,例如:1.0.1-SNAPSHOT +2.将 ContiNew Starter 版本改为对应快照版本,例如:1.1.0-SNAPSHOT @@ -151,9 +151,11 @@ cors: | 模块名称 | 模块说明 | 依赖版本 | | ---------------------------------- | ---------------------------------------- | ------------------------------------------------------------ | | continew-starter-core | 核心模块:包含跨域、线程池等自动配置 | Spring Boot:3.1.5
Undertow:2.3.10.Final
Hutool:5.8.23
mica-ip2region:3.1.5.1 | -| continew-starter-file-excel | 文件处理模块:Excel 相关配置 | Easy Excel:3.3.2 | | continew-starter-json-jackson | JSON 模块:Jackson 自动配置 | Jackson:2.15.3 | | continew-starter-api-doc | API 文档模块:Knife4j 自动配置 | Knife4j:4.3.0 | +| continew-starter-log | 日志模块:HTTP Trace Pro | | +| continew-starter-storage | 存储模块:本地存储、OSS 自动配置 | | +| continew-starter-file-excel | 文件处理模块:Excel 相关配置 | Easy Excel:3.3.2 | | continew-starter-captcha-graphic | 验证码模块:图形验证码 | Easy Captcha:1.6.2 | | continew-starter-cache-redisson | 缓存模块:Redisson 自动配置 | Redisson:3.24.3 | | continew-starter-data-mybatis-plus | 数据访问模块:MyBatis Plus 自动配置 | MyBatis Plus:3.5.4.1
dynamic-datasource-spring-boot-starter:4.2.0
P6Spy:3.9.1 | @@ -235,8 +237,8 @@ ContiNew Starter 的分支目前分为下个大版本的开发分支和上个大 - 感谢 MyBatis PlusSa-TokenKnife4jHutool 等国产开源组件作者为国内开源世界作出的贡献 - 感谢 ELADMINRuoYi-Vue-PlusDante-Engine,致敬各位作者为开源脚手架领域作出的贡献 - e.g. 脱胎于 ELADMIN 项目开源的 QueryHelper 组件 - - e.g. 使用 RuoYi-Vue-Plus 项目封装的 SaToken 相关认证鉴权配置 - - e.g. 使用 Dante-Engine 项目封装的 Redisson 相关配置 + - e.g. 基于 RuoYi-Vue-Plus 项目封装的 SaToken 相关认证鉴权配置 + - e.g. 基于 Dante-Engine 项目封装的 Redisson 相关配置 - 感谢项目使用或未使用到的每一款开源组件,致敬各位开源先驱 :fire: ## License