-
### Use case
hi, I saw this discussion #2963 .
But the reality is that in many cases, we will not use the enum.ordinal , but will use some custom int fields, such as `code`, `value`.
```java
@…
-
能不能像Mybatis Plus 那样,做一个lamda表达式直接获取字段名称的方式
-
![image](https://github.com/gaarason/database-all/assets/100407161/c939ba31-65c1-49b0-a56f-1dcceff1218f)
-
2020-03-26 15:26:24.293 ERROR 7969 --- [io-18081-exec-1] i.s.r.d.exec.AbstractDMLBaseExecutor : execute executeAutoCommitTrue error:io.seata.core.exception.RmTransactionException: Response[ Transa…
-
是因为SQL解析超时的问题吗?框架还使用了mybatis-plus最新版3.5.4.1
降到6.0.0,恢复正常,如果是解析超时,我看错误日志也看不出来有任何问题,怎么看解析超时啊
-
druid-spring-boot-starter 1.2.20
taos-jdbcdriver 3.2.3
mybatis-plus-boot-starter 3.5.4
正常执行的sql语句:select count(*) from (select *,diff(accumulate) as water_num from s_water partition by device_id) t…
-
https://gitee.com/dromara/stream-query/blob/main/stream-plugin/stream-plugin-mybatis-plus/src/main/java/org/dromara/streamquery/stream/plugin/mybatisplus/engine/interceptor/SqTenantLineInnerIntercepto…
-
### 当前使用版本(必填,否则不予处理)
最新版本2.0.5
2.0.5
3.5.1
8.0.33
`package com.example;
import com.github.davidfantasy.mybatisplus.generatorui.mbp.NameConverter;
import org.junit.jup…
-
今天在尝试fluent的时候,按照hello-world的教程引入fluent-mybatis、fluent-mybatis-processor发现各种报错,经过一下午发现还需要这些操作:
- 手动注入MapperFactory
![图片](https://user-images.githubusercontent.com/18047536/140897461-4809acc3-2ff0-4e…
-
### SpringBoot 和 Java
Spring Boot版本 | Java版本
-- | --
3.0.x | 最低17
2.6.x | 17
2.5.x | 16
2.4.x | 8, 11, 15
2.3.x | 8, 11, 14
2.2.x | 8, 11
2.1.x | 8, 11
2.0.x | 8
1.5.x | 7, 8
1.4.x | 7…