MyBatis-Plus 主键自增,返回主键问题

当前使用版本(必须填写清楚,否则不予处理)3.3.0该问题是怎么引起的?(最新版上已修复的会直接close掉)由于业务需要, 在CRUD中, 更新操作是先去删除某条记录,然后重新新增前端传递的数据,当然前端需要将该数据的原有主键原封不动的传...

MyBatis-Plus 1、selectPage 方法 in查询 不能查出数据;2、in中参数是字符类型,数据库字段是数字类型,会报错:无效数字。

当前使用版本(必须填写清楚,否则不予处理)3.2.0该问题是怎么引起的?(最新版上已修复的会直接close掉)1、selectPage 方法 in查询 不能查出数据,但是把sql语句在Oracle 是可以查询出来的。2、把sql语句在Ora...

Redis [NEW] New Replication Strategy for Primary-Replica Scenarios

The problem/use-case that the feature addressesHi, I would like to get some feedback on a proposal for implementing a ne...

MyBatis 在xml中的判断条件不生效的问题

<if test="query.tenantId != null and query.tenantId != '' and query.tenantId != '0'"> AND...

Spring Security SpringBoot native image to use builder-noble-java-tiny instead of builder-jammy-java-tiny

Hello team, just wanted to reach out regarding the base image of a native image.It has been announced here https://githu...

Spring Security One Time Token Error Message

I'm trying to test out One Time Token Authentication and I came across an issue. If I tried to login with a user that wa...

Spring Security OTT Should Use non-static member to capture the last OneTimeToken

OneTimeTokenLoginConfiguererTests & OneTimeTokenLoginDslTests are flakey because they use a static member variable t...

Spring Security No provider found for class OAuth2AuthorizationCodeAuthenticationToken when using oauth2login flow in spring security reactive

Describe the bugAn error occurs when the application integrated Spring Gateway and Spring Security OAuth2 Client goes th...

SpringBoot Binding properties to a class that nests itself not working

Please forgive the title, I am not sure how to name it.Consider the following @ConfigurationProperties class@Configurati...

SpringBoot Recursive ConfigurationProperties class doesn't bind recursive properties

A ConfigurationProperties class with a recursive subclass will not bind the recursive properties. I have tested this wit...

SpringBoot MessageSource cannot resolve message keys

message.properties key cannot be resolved from MessageSource.I tried using "null" and "Locale.ENGLISH" for the locale, b...

Spring spring framework 7.0.0

Kotlin: Overload resolution ambiguity between candidates:fun registerBean(beanName: @Nullable() String?, beanClass: Cla...

Spring org.springframework.mail.javamail.JavaMailSender setPassword should take a char[]

We are getting security tooling reports because JavaMailSender.setPassword(String s)exists, and thus the password can no...

Redis [BUG] HA Failove to not working

Describe the bugI trying failover to other node and its failover but not on selected node*InfraSix redis nodekc-redis01 ...

Gorm 设置 RaiseErrorOnNotFound 不生效

版本:v1.25.12参考 #6105 中的方法进行设置后,使用 Find 查询依然无法触发 ErrRecordNotFound 错误 gormDB, err := gorm.Open(mysql.New(mysql.Conf...

Gorm 如果构建一个ifnull(表1.字段,表2.字段)表达式

Your Question在left join中,获取字段,需要实现ifnull(表1.字段,表2.字段)功能,但是目前只有ifnull()函数,指定具体数值,如何实现本功能?The document you expected this s...

Gorm 如果构建动态复杂查询语句

Your Question检索条件 左侧分类 and (名称 or 编码 or 型号) ,如果名称、编码、型号有任意值,在构建检索条件,否则不进行检索,这样动态的查询语句如果构建?如可能会出现如下情况:分类=90 and (名称 li...

Gorm Where builder not wrapping parentheses around multiline string clauses

GORM Playground Linkhttps://github.com/go-gorm/playground/pull/784DescriptionAt some point in the last few releases, I t...

Gorm Deadlock on sqlite with PrepareStmt = true

GORM Playground Linkhttps://github.com/go-gorm/playground/pull/783DescriptionRequirements:- using sqlite- setting sqlDB....

Spring AI Vector store API for deleting by filter expression

Allow vector store implementations to provide a new API that allows users to delete a collection of documents using a fi...
上一页 下一页
.