-
```
```
every mapper xml file in mapper/a/_.xml is ok
but every mapper xml file in mapper/b/_.xml have error:
```
select sql...
```
Class/TypeAlia…
-
### 确认
- [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…
-
http://yelog.org/2017/08/04/mybatis-Mapper/
叶落阁
yelog updated
5 years ago
-
# MyBatis Mapper 方法参数处理流程 | 🥫🍞
JiangChunbo's blog
[https://blog.jiangchunbo.com/2022/11/17/Framework/Java/MyBatis/MyBatis-Mapper-%E6%96%B9%E6%B3%95%E5%8F%82%E6%95%B0%E5%A4%84%E7%90%86%E6%B5%81%E7%A8…
-
## Feature Request
### Is your feature request related to a problem?
No.
### Describe the feature you would like.
In the current version 3.5.9, the configuration of the xml tag and the ann…
-
mapper.mappers[0]=tk.mybatis.sample.mapper.BaseMapper
mapper.mappers[1]=tk.mybatis.mapper.common.Mapper
这里两组如何对应不同的jdbc配置
我看到 MapperAutoConfiguration里的List sqlSessionFactoryList; 就跟不下去了
-
mybatis-flex 的关联查询功能太棒了,在项目中使用得非常爽,我们团队对此赞不绝口。[官方文档](https://mybatis-flex.com/zh/base/relations-query.html) 也非常棒,🫡
通过一个例子表达一下场景:
表之间的关联关系如下:
```mermaid
erDiagram
"用户表" ||--o{ "用户与角色的绑定关…
-
tk.mybatis
mapper-spring-boot-starter
2.1.5
org.mybatis.generator
mybatis-generator-core
…
-
idea2023.3.7,jrebel2024.2.2,JRebel mybatisPlus extension 0.06,在mybatis-plus3.5.6下,xml热加载无效,把mybatis-plus版本降到3.5.1是可以的,请作者帮忙看看呢,感谢
-
在 3.5.0的tk.mybatis.spring.mapper.ClassPathMapperScanner的79行
mapperHelper.setProperties(properties);
这里的properties中的属性的名称为 mapper.not-empty
但在tk.mybatis.mapper.entity.Config#setProperties方法里,却是用
S…