Nineya
Home
Blog
软著申请
MyBatis-Plus 主键自增,返回主键问题
2025-01-25 03:48:01
510
当前使用版本(必须填写清楚,否则不予处理)3.3.0该问题是怎么引起的?(最新版上已修复的会直接close掉)由于业务需要, 在CRUD中, 更新操作是先去删除某条记录,然后重新新增前端传递的数据,当然前端需要将该数据的原有主键原封不动的传...
MyBatis-Plus 1、selectPage 方法 in查询 不能查出数据;2、in中参数是字符类型,数据库字段是数字类型,会报错:无效数字。
2025-01-25 03:47:57
1432
当前使用版本(必须填写清楚,否则不予处理)3.2.0该问题是怎么引起的?(最新版上已修复的会直接close掉)1、selectPage 方法 in查询 不能查出数据,但是把sql语句在Oracle 是可以查询出来的。2、把sql语句在Ora...
Redis [NEW] New Replication Strategy for Primary-Replica Scenarios
2025-01-24 14:03:41
2408
The problem/use-case that the feature addressesHi, I would like to get some feedback on a proposal for implementing a ne...
MyBatis 在xml中的判断条件不生效的问题
2025-01-24 14:03:24
827
<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
2025-01-24 14:03:13
1900
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
2025-01-24 14:03:11
658
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
2025-01-24 14:02:50
377
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
2025-01-24 14:02:29
7491
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
2025-01-24 14:01:52
3710
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
2025-01-24 14:01:47
5620
A ConfigurationProperties class with a recursive subclass will not bind the recursive properties. I have tested this wit...
SpringBoot MessageSource cannot resolve message keys
2025-01-24 14:01:30
2229
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
2025-01-24 14:01:12
309
Kotlin: Overload resolution ambiguity between candidates:fun registerBean(beanName: @Nullable() String?, beanClass: Cla...
Spring org.springframework.mail.javamail.JavaMailSender setPassword should take a char[]
2025-01-24 14:00:57
609
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
2025-01-23 14:03:44
6317
Describe the bugI trying failover to other node and its failover but not on selected node*InfraSix redis nodekc-redis01 ...
Gorm 设置 RaiseErrorOnNotFound 不生效
2025-01-23 14:03:36
2256
版本:v1.25.12参考 #6105 中的方法进行设置后,使用 Find 查询依然无法触发 ErrRecordNotFound 错误 gormDB, err := gorm.Open(mysql.New(mysql.Conf...
Gorm 如果构建一个ifnull(表1.字段,表2.字段)表达式
2025-01-23 14:03:30
196
Your Question在left join中,获取字段,需要实现ifnull(表1.字段,表2.字段)功能,但是目前只有ifnull()函数,指定具体数值,如何实现本功能?The document you expected this s...
Gorm 如果构建动态复杂查询语句
2025-01-23 14:03:24
288
Your Question检索条件 左侧分类 and (名称 or 编码 or 型号) ,如果名称、编码、型号有任意值,在构建检索条件,否则不进行检索,这样动态的查询语句如果构建?如可能会出现如下情况:分类=90 and (名称 li...
Gorm Where builder not wrapping parentheses around multiline string clauses
2025-01-23 14:03:09
694
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
2025-01-23 14:03:03
641
GORM Playground Linkhttps://github.com/go-gorm/playground/pull/783DescriptionRequirements:- using sqlite- setting sqlDB....
Spring AI Vector store API for deleting by filter expression
2025-01-23 14:02:16
209
Allow vector store implementations to provide a new API that allows users to delete a collection of documents using a fi...
上一页
下一页
1
…
504
505
506
507
508
…
2246
.