chore: continew-starter 2.8.3 => 2.9.0

1.使用 QueryWrapperHelper#sort 优化部分排序
This commit is contained in:
2025-02-14 22:52:09 +08:00
parent 0e651902f2
commit 9eb0252d09
5 changed files with 9 additions and 31 deletions

View File

@@ -33,11 +33,13 @@
<dependency>
<groupId>org.dromara.x-file-storage</groupId>
<artifactId>x-file-storage-spring</artifactId>
<version>2.2.1</version>
</dependency>
<!-- Amazon S3Amazon Simple Storage Service亚马逊简单存储服务通用存储协议 S3兼容主流云厂商对象存储 -->
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.780</version>
</dependency>
<!-- FreeMarker模板引擎 -->