mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-11-01 08:57:18 +08:00 
			
		
		
		
	release: v2.0.2
This commit is contained in:
		
							
								
								
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -1,3 +1,15 @@ | |||||||
|  | ## [v2.0.2](https://github.com/Charles7c/continew-starter/compare/v2.0.1...v2.0.2) (2024-05-20) | ||||||
|  |  | ||||||
|  | ### ✨ 新特性 | ||||||
|  |  | ||||||
|  | - 【file/excel】新增 Easy Excel List 集合转换器 ([1faa46e](https://github.com/Charles7c/continew-starter/commit/1faa46e12505c025e5ca6f1a45158324ac210799)) | ||||||
|  |  | ||||||
|  | ### 🐛 问题修复 | ||||||
|  |  | ||||||
|  | - 【captcha/behavior】修复行为验证码接口请求次数限制 ([Gitee#17](https://gitee.com/continew/continew-starter/pulls/17)) | ||||||
|  | - 【extension/crud】修复封装分页 dataList 索引计算错误 ([3e60197](https://github.com/Charles7c/continew-starter/commit/3e60197a31f140c863868440944df0427a9cf8e8)) | ||||||
|  | - 移除部分错误依赖声明 ([881fd37](https://github.com/Charles7c/continew-starter/commit/881fd37dd61836daf3343d9053e9a7c81b005923)) | ||||||
|  |  | ||||||
| ## [v2.0.1](https://github.com/Charles7c/continew-starter/compare/v2.0.0...v2.0.1) (2024-05-13) | ## [v2.0.1](https://github.com/Charles7c/continew-starter/compare/v2.0.0...v2.0.1) (2024-05-13) | ||||||
|  |  | ||||||
| ### ✨ 新特性 | ### ✨ 新特性 | ||||||
|   | |||||||
							
								
								
									
										34
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										34
									
								
								README.md
									
									
									
									
									
								
							| @@ -7,7 +7,7 @@ | |||||||
| <img src="https://img.shields.io/maven-central/v/top.continew/continew-starter.svg?label=Maven%20Central&logo=sonatype&logoColor=FFF" alt="Release" /> | <img src="https://img.shields.io/maven-central/v/top.continew/continew-starter.svg?label=Maven%20Central&logo=sonatype&logoColor=FFF" alt="Release" /> | ||||||
| </a> | </a> | ||||||
| <a href="https://github.com/Charles7c/continew-starter" target="_blank"> | <a href="https://github.com/Charles7c/continew-starter" target="_blank"> | ||||||
| <img src="https://img.shields.io/badge/RELEASE-v2.0.1-%23ff3f59.svg" alt="Release" /> | <img src="https://img.shields.io/badge/RELEASE-v2.0.2-%23ff3f59.svg" alt="Release" /> | ||||||
| </a> | </a> | ||||||
| <a href="https://app.codacy.com/gh/Charles7c/continew-starter/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade" target="_blank"> | <a href="https://app.codacy.com/gh/Charles7c/continew-starter/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade" target="_blank"> | ||||||
| <img src="https://app.codacy.com/project/badge/Grade/90ed633957a9410aa8745f0654827c01" alt="Codacy Badge" /> | <img src="https://app.codacy.com/project/badge/Grade/90ed633957a9410aa8745f0654827c01" alt="Codacy Badge" /> | ||||||
| @@ -16,7 +16,7 @@ | |||||||
| <img src="https://sonarcloud.io/api/project_badges/measure?project=Charles7c_continew-starter&metric=alert_status" alt="Sonar Status" /> | <img src="https://sonarcloud.io/api/project_badges/measure?project=Charles7c_continew-starter&metric=alert_status" alt="Sonar Status" /> | ||||||
| </a> | </a> | ||||||
| <a href="https://spring.io/projects/spring-boot" target="_blank"> | <a href="https://spring.io/projects/spring-boot" target="_blank"> | ||||||
| <img src="https://img.shields.io/badge/Spring Boot-3.1.10-%236CB52D.svg?logo=Spring-Boot" alt="Spring Boot" /> | <img src="https://img.shields.io/badge/Spring Boot-3.1.11-%236CB52D.svg?logo=Spring-Boot" alt="Spring Boot" /> | ||||||
| </a> | </a> | ||||||
| <a href="https://github.com/Charles7c/continew-starter" target="_blank"> | <a href="https://github.com/Charles7c/continew-starter" target="_blank"> | ||||||
| <img src="https://img.shields.io/badge/Open JDK-17-%236CB52D.svg?logo=OpenJDK&logoColor=FFF" alt="Open JDK" /> | <img src="https://img.shields.io/badge/Open JDK-17-%236CB52D.svg?logo=OpenJDK&logoColor=FFF" alt="Open JDK" /> | ||||||
| @@ -141,9 +141,9 @@ continew-starter.web: | |||||||
|  |  | ||||||
| ### 核心模块 | ### 核心模块 | ||||||
|  |  | ||||||
| | 模块名称              | 模块说明                             | 依赖版本                                                     | | | 模块名称              | 模块说明                             | 依赖版本                                                                                                                                                                                      | | ||||||
| | --------------------- | ------------------------------------ | ------------------------------------------------------------ | | | --------------------- | ------------------------------------ |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||||||
| | continew-starter-core | 核心模块:包含线程池、项目等自动配置 | <a href="https://spring.io/projects/spring-boot" target="_blank">Spring Boot</a>:3.1.8<br /><a href="https://www.hutool.cn/" target="_blank">Hutool</a>:5.8.25<br />mica-ip2region:3.1.7 | | | continew-starter-core | 核心模块:包含线程池、项目等自动配置 | <a href="https://spring.io/projects/spring-boot" target="_blank">Spring Boot</a>:3.1.11<br /><a href="https://www.hutool.cn/" target="_blank">Hutool</a>:5.8.25<br />mica-ip2region:3.1.7 | | ||||||
|  |  | ||||||
| ### JSON模块 | ### JSON模块 | ||||||
|  |  | ||||||
| @@ -186,9 +186,9 @@ continew-starter.web: | |||||||
|  |  | ||||||
| ### 文件处理模块 | ### 文件处理模块 | ||||||
|  |  | ||||||
| | 模块名称                    | 模块说明       | 依赖版本                                                     | | | 模块名称                    | 模块说明       | 依赖版本                                                                                     | | ||||||
| | --------------------------- | -------------- | ------------------------------------------------------------ | | | --------------------------- | -------------- |------------------------------------------------------------------------------------------| | ||||||
| | continew-starter-file-excel | Excel 相关配置 | <a href="https://easyexcel.opensource.alibaba.com/" target="_blank">Easy Excel</a>:3.3.3 | | | continew-starter-file-excel | Excel 相关配置 | <a href="https://easyexcel.opensource.alibaba.com/" target="_blank">Easy Excel</a>:3.3.4 | | ||||||
|  |  | ||||||
| ### 验证码模块 | ### 验证码模块 | ||||||
|  |  | ||||||
| @@ -199,11 +199,11 @@ continew-starter.web: | |||||||
|  |  | ||||||
| ### 缓存模块 | ### 缓存模块 | ||||||
|  |  | ||||||
| | 模块名称                           | 模块说明              | 依赖版本                                                     | | | 模块名称                           | 模块说明              | 依赖版本                                                                                                                                 | | ||||||
| | ---------------------------------- | --------------------- | ------------------------------------------------------------ | | | ---------------------------------- | --------------------- |--------------------------------------------------------------------------------------------------------------------------------------| | ||||||
| | continew-starter-cache-redisson    | Redisson 自动配置     | <a href="https://github.com/redisson/redisson/wiki/Redisson%E9%A1%B9%E7%9B%AE%E4%BB%8B%E7%BB%8D" target="_blank">Redisson</a>:3.26.0 | | | continew-starter-cache-redisson    | Redisson 自动配置     | <a href="https://github.com/redisson/redisson/wiki/Redisson%E9%A1%B9%E7%9B%AE%E4%BB%8B%E7%BB%8D" target="_blank">Redisson</a>:3.30.0 | | ||||||
| | continew-starter-cache-springcache | Spring Cache 自动配置 |                                                              | | | continew-starter-cache-springcache | Spring Cache 自动配置 |                                                                                                                                      | | ||||||
| | continew-starter-cache-jetcache    | JetCache 自动配置     |                                                              | | | continew-starter-cache-jetcache    | JetCache 自动配置     |                                                                                                                                      | | ||||||
|  |  | ||||||
| ### 数据访问模块 | ### 数据访问模块 | ||||||
|  |  | ||||||
| @@ -214,10 +214,10 @@ continew-starter.web: | |||||||
|  |  | ||||||
| ### 认证模块 | ### 认证模块 | ||||||
|  |  | ||||||
| | 模块名称                       | 模块说明          | 依赖版本                                                     | | | 模块名称                       | 模块说明          | 依赖版本                                                                     | | ||||||
| | ------------------------------ | ----------------- | ------------------------------------------------------------ | | | ------------------------------ | ----------------- |--------------------------------------------------------------------------| | ||||||
| | continew-starter-auth-satoken  | SaToken 自动配置  | <a href="https://sa-token.dev33.cn/" target="_blank">Sa-Token</a>:1.37.0 | | | continew-starter-auth-satoken  | SaToken 自动配置  | <a href="https://sa-token.dev33.cn/" target="_blank">Sa-Token</a>:1.38.0 | | ||||||
| | continew-starter-auth-justauth | JustAuth 自动配置 | <a href="https://justauth.cn/" target="_blank">Just Auth</a>:1.16.6 | | | continew-starter-auth-justauth | JustAuth 自动配置 | <a href="https://justauth.cn/" target="_blank">Just Auth</a>:1.16.6      | | ||||||
|  |  | ||||||
| ### 消息模块 | ### 消息模块 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -43,7 +43,7 @@ | |||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|         <!-- 项目版本号 --> |         <!-- 项目版本号 --> | ||||||
|         <revision>2.0.1</revision> |         <revision>2.0.2</revision> | ||||||
|         <sa-token.version>1.38.0</sa-token.version> |         <sa-token.version>1.38.0</sa-token.version> | ||||||
|         <just-auth.version>1.16.6</just-auth.version> |         <just-auth.version>1.16.6</just-auth.version> | ||||||
|         <mybatis-plus.version>3.5.5</mybatis-plus.version> |         <mybatis-plus.version>3.5.5</mybatis-plus.version> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user