-
-
![image](https://github.com/user-attachments/assets/3e5f8ffa-a759-41e4-b1a6-5098608929dd)
不手动指定 typehandler 无法自动处理jdbc array 类型
会从插入语句中过滤掉该字段
```sql
INSERT INTO ddd(col1, col2) VALUES (?, ?)
…
-
using samples code
mybatis-spring-boot-samples/mybatis-spring-boot-sample-web
mvn -Pnative native:compile
when run target/mybatis-spring-boot-sample-web,it has following exceptions.
```
java.…
-
![mybatis_generator](https://github.com/user-attachments/assets/1e75e8e8-64fa-4063-b4b4-84bbfcc7ed03)
-
### 确认
- [X] 我的版本是最新版本, 我的版本号与 [version](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.baomidou%22%20AND%20a%3A%22mybatis-plus%22) 相同, 并且项目里无依赖冲突
- [X] 我已经在 [issue](https://github.com/baomid…
-
Hello~
i am very grateful to This Project.
Because it increases my development productivity.
Help me.
I'm going crazy because I'm curious
How to use Mybatis plugin.
Can you give me a tutorial or…
-
### 이슈 배경
resultMap에 지정한 typehandler가 호출되지 않음
```
```
즉, 이렇게 썼는데, StringListTypeHandler가 아닌 다른 타입핸들러(FlavorTagListTypeHandler)가 실행됨
### 원인
1. 타입핸들러 config 설정이 가장 우선순위가 높음..!
과거 mybatis co…
-
【1、一个完整的SqlSession的生命周期是怎么样的?】
【2、如何正确使用mybatis的缓存机制?】
-
SimpleExecutor 中具体的执行
-
请问有计划支持mybatis