YoungTakhin
YoungTakhin
Could the annotation @RepositoryDefinition support add "pagingAndSorting" field to enhance the MongoTemplate?
the `ParameterObject` annotation dosen't work when the Controller has `RequestPart` annotation the dependency version: - SpringBoot version is 3.2.4 - Springdoc OpenAPI version is 2.5.0 My Controller like this: ```java...
Java在14版本之后加入了记录类(Record)特性,由于记录类是不可变数据类型,所以适合用作VO、DTO等POJO实体类。 但正因为记录类是不可变数据类型,所以记录类不存在set方法,只能通过构造方法来进行初始化,调用AS映射相关功能会导致找不到属性对应的set方法报错,后续版本能否对此问题进行优化?
请问之后版本有没有计划考虑加上一些新特性,如MySQL和PostgreSQL的地理空间类型映射及相关操作、或者说是PostgreSQL的表继承、或者一些其他的好玩的特性?
### 使用版本: v1.39.0 ### 涉及的功能模块: 多账号体系下,连接Redis持久化,每次重启后端服务后,报未能获取对应StpLogic ### 测试步骤: + 我经过以下步骤测试: 依赖: ``` cn.dev33 sa-token-spring-boot3-starter ${sa-token.version} cn.dev33 sa-token-redis-jackson ${sa-token.version} org.apache.commons commons-pool2 ``` StpKit: ``` public static final StpLogic ADMIN = new...