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...
rt,请问该项目人脸识别支持活体检测吗?
### 建议增加的新功能: 建议API参数签名的参数支持从Header中读取 ### 应用场景阐述: 1. 从URL中读取要在所有前端所有接口url后拼接,代码改造工作量大,如果从Header读取可以在前端配置一个拦截器 2. 有些接口后端使用的QueryParamer,从URL拼接后影响可读性
方法`com.mybatisflex.core.query.QueryWrapper#in(com.mybatisflex.core.util.LambdaGetter, java.util.Collection)`的 `values` 参数当传入空列表时会报错: ```console org.springframework.jdbc.BadSqlGrammarException: 2025-09-27T11:08:10.817784120Z ### Error querying database. Cause: org.postgresql.util.PSQLException: ERROR: syntax error at or near ")" 2025-09-27T11:08:10.817787038Z Position: 61 2025-09-27T11:08:10.817789474Z ### The error may exist in...
请问一下各位大佬,使用Relations注解根据多个字段联表查询该如何写