mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-10-31 22:57:19 +08:00 
			
		
		
		
	chore: 升级依赖
1.Spring Boot 3.1.7 => 3.1.8 2.Dynamic Datasource 4.2.0 => 4.3.0 3.JetCache 2.7.4 => 2.7.5 4.Redisson 3.25.2 => 3.26.0 5.SMS4J 3.0.4 => 3.1.1 6.X File Storage 2.0.0 => 2.1.0 7.AWS S3 1.12.626 => 1.12.651 8.Crane4j 2.4.0 => 2.5.0 9.Knife4j 4.4.0 => 4.5.0 10.Hutool 5.8.24 => 5.8.25 11.IP2Region 3.1.6 => 3.1.7 12.flatten-maven-plugin 1.5.0 => 1.6.0 13.spotless-maven-plugin 2.40.0 => 2.43.0
This commit is contained in:
		
							
								
								
									
										14
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
									
									
									
									
								
							| @@ -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.7-%236CB52D.svg?logo=Spring-Boot" alt="Spring Boot" /> | <img src="https://img.shields.io/badge/Spring Boot-3.1.8-%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" /> | ||||||
| @@ -165,10 +165,10 @@ continew-starter.web: | |||||||
| ## 模块结构 | ## 模块结构 | ||||||
|  |  | ||||||
| | 模块名称                           | 模块说明                                            | 依赖版本                                                                                                                                                                                                                                                                                              | | | 模块名称                           | 模块说明                                            | 依赖版本                                                                                                                                                                                                                                                                                              | | ||||||
| | ---------------------------------- | --------------------------------------------------- | ------------------------------------------------------------ | | | ---------------------------------- | --------------------------------------------------- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||||||
| | continew-starter-core              | 核心模块:包含线程池等自动配置                      | <a href="https://spring.io/projects/spring-boot" target="_blank">Spring Boot</a>:3.1.7<br /><a href="https://www.hutool.cn/" target="_blank">Hutool</a>:5.8.24<br />mica-ip2region:3.1.6 | | | 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-json-jackson      | JSON 模块:Jackson 自动配置                         | Jackson:2.15.3                                                                                                                                                                                                                                                                                    | | | continew-starter-json-jackson      | JSON 模块:Jackson 自动配置                         | Jackson:2.15.3                                                                                                                                                                                                                                                                                    | | ||||||
| | continew-starter-api-doc           | API 文档模块:Knife4j 自动配置                      | <a href="https://doc.xiaominfo.com/" target="_blank">Knife4j</a>:4.4.0 | | | continew-starter-api-doc           | API 文档模块:Knife4j 自动配置                      | <a href="https://doc.xiaominfo.com/" target="_blank">Knife4j</a>:4.5.0                                                                                                                                                                                                                            | | ||||||
| | continew-starter-security          | 安全模块:密码编码器、数据库字段加密、JSON 脱敏等   |                                                                                                                                                                                                                                                                                                   | | | continew-starter-security          | 安全模块:密码编码器、数据库字段加密、JSON 脱敏等   |                                                                                                                                                                                                                                                                                                   | | ||||||
| | continew-starter-web               | Web 模块:跨域、全局异常、错误处理等自动配置        | <a href="https://undertow.io/" target="_blank">Undertow</a>:2.3.10.Final<br />TLog:1.5.1                                                                                                                                                                                                          | | | continew-starter-web               | Web 模块:跨域、全局异常、错误处理等自动配置        | <a href="https://undertow.io/" target="_blank">Undertow</a>:2.3.10.Final<br />TLog:1.5.1                                                                                                                                                                                                          | | ||||||
| | continew-starter-log-httptrace-pro | 日志模块:Spring Boot Actuator HttpTrace 重置增强版 |                                                                                                                                                                                                                                                                                                   | | | continew-starter-log-httptrace-pro | 日志模块:Spring Boot Actuator HttpTrace 重置增强版 |                                                                                                                                                                                                                                                                                                   | | ||||||
| @@ -176,12 +176,12 @@ continew-starter.web: | |||||||
| | continew-starter-file-excel        | 文件处理模块:Excel 相关配置                        | <a href="https://easyexcel.opensource.alibaba.com/" target="_blank">Easy Excel</a>:3.3.4                                                                                                                                                                                                          | | | continew-starter-file-excel        | 文件处理模块:Excel 相关配置                        | <a href="https://easyexcel.opensource.alibaba.com/" target="_blank">Easy Excel</a>:3.3.4                                                                                                                                                                                                          | | ||||||
| | continew-starter-captcha-graphic   | 验证码模块:图形验证码                              | Easy Captcha:1.6.2                                                                                                                                                                                                                                                                                | | | continew-starter-captcha-graphic   | 验证码模块:图形验证码                              | Easy Captcha:1.6.2                                                                                                                                                                                                                                                                                | | ||||||
| | continew-starter-captcha-behavior  | 验证码模块:行为验证码                              | AJ-Captcha:1.3.0                                                                                                                                                                                                                                                                                  | | | continew-starter-captcha-behavior  | 验证码模块:行为验证码                              | AJ-Captcha:1.3.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.25.2 | | | 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-data-mybatis-plus | 数据访问模块:MyBatis Plus 自动配置                 | <a href="https://baomidou.com/" target="_blank">MyBatis Plus</a>:3.5.5<br /><a href="https://www.kancloud.cn/tracy5546/dynamic-datasource/2264611" target="_blank">dynamic-datasource-spring-boot-starter</a>:4.2.0<br /><a href="https://github.com/p6spy/p6spy" target="_blank">P6Spy</a>:3.9.1 | | | continew-starter-data-mybatis-plus | 数据访问模块:MyBatis Plus 自动配置                 | <a href="https://baomidou.com/" target="_blank">MyBatis Plus</a>:3.5.5<br /><a href="https://www.kancloud.cn/tracy5546/dynamic-datasource/2264611" target="_blank">dynamic-datasource-spring-boot-starter</a>:4.3.0<br /><a href="https://github.com/p6spy/p6spy" target="_blank">P6Spy</a>:3.9.1 | | ||||||
| | 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.37.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                                                                                                                                                                                                                               | | ||||||
| | continew-starter-messaging-mail    | 消息模块:邮件                                      | Jakarta Mail:1.1.0                                                                                                                                                                                                                                                                                | | | continew-starter-messaging-mail    | 消息模块:邮件                                      | Jakarta Mail:1.1.0                                                                                                                                                                                                                                                                                | | ||||||
| | continew-starter-messaging-sms     | 消息模块:短信                                      | <a href="https://sms4j.com/" target="_blank">SMS4J</a>:3.0.4 | | | continew-starter-messaging-sms     | 消息模块:短信                                      | <a href="https://sms4j.com/" target="_blank">SMS4J</a>:3.1.1                                                                                                                                                                                                                                      | | ||||||
| | continew-starter-extension-crud    | 扩展模块:BaseController 自定义 CRUD API 封装       |                                                                                                                                                                                                                                                                                                   | | | continew-starter-extension-crud    | 扩展模块:BaseController 自定义 CRUD API 封装       |                                                                                                                                                                                                                                                                                                   | | ||||||
|  |  | ||||||
| ## 贡献代码 | ## 贡献代码 | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.springframework.boot</groupId> |         <groupId>org.springframework.boot</groupId> | ||||||
|         <artifactId>spring-boot-dependencies</artifactId> |         <artifactId>spring-boot-dependencies</artifactId> | ||||||
|         <version>3.1.7</version> |         <version>3.1.8</version> | ||||||
|         <relativePath/> |         <relativePath/> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
| @@ -57,26 +57,26 @@ | |||||||
|         <sa-token.version>1.37.0</sa-token.version> |         <sa-token.version>1.37.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> | ||||||
|         <dynamic-datasource.version>4.2.0</dynamic-datasource.version> |         <dynamic-datasource.version>4.3.0</dynamic-datasource.version> | ||||||
|         <p6spy.version>3.9.1</p6spy.version> |         <p6spy.version>3.9.1</p6spy.version> | ||||||
|         <jetcache.version>2.7.4</jetcache.version> |         <jetcache.version>2.7.5</jetcache.version> | ||||||
|         <redisson.version>3.25.2</redisson.version> |         <redisson.version>3.26.0</redisson.version> | ||||||
|         <sms4j.version>3.0.4</sms4j.version> |         <sms4j.version>3.1.1</sms4j.version> | ||||||
|         <aj-captcha.version>1.3.0</aj-captcha.version> |         <aj-captcha.version>1.3.0</aj-captcha.version> | ||||||
|         <easy-captcha.version>1.6.2</easy-captcha.version> |         <easy-captcha.version>1.6.2</easy-captcha.version> | ||||||
|         <easy-excel.version>3.3.3</easy-excel.version> |         <easy-excel.version>3.3.3</easy-excel.version> | ||||||
|         <nashorn.version>15.4</nashorn.version> |         <nashorn.version>15.4</nashorn.version> | ||||||
|         <x-file-storage.version>2.0.0</x-file-storage.version> |         <x-file-storage.version>2.1.0</x-file-storage.version> | ||||||
|         <aws-s3.version>1.12.626</aws-s3.version> |         <aws-s3.version>1.12.651</aws-s3.version> | ||||||
|         <crane4j.version>2.4.0</crane4j.version> |         <crane4j.version>2.5.0</crane4j.version> | ||||||
|         <knife4j.version>4.4.0</knife4j.version> |         <knife4j.version>4.5.0</knife4j.version> | ||||||
|         <tlog.version>1.5.1</tlog.version> |         <tlog.version>1.5.1</tlog.version> | ||||||
|         <ttl.version>2.14.4</ttl.version> |         <ttl.version>2.14.4</ttl.version> | ||||||
|         <ip2region.version>3.1.6</ip2region.version> |         <ip2region.version>3.1.7</ip2region.version> | ||||||
|         <hutool.version>5.8.24</hutool.version> |         <hutool.version>5.8.25</hutool.version> | ||||||
|         <!-- Maven Plugin Versions --> |         <!-- Maven Plugin Versions --> | ||||||
|         <flatten.version>1.5.0</flatten.version> |         <flatten.version>1.6.0</flatten.version> | ||||||
|         <spotless.version>2.40.0</spotless.version> |         <spotless.version>2.43.0</spotless.version> | ||||||
|         <sonar.version>3.9.1.2184</sonar.version> |         <sonar.version>3.9.1.2184</sonar.version> | ||||||
|     </properties> |     </properties> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user