-
## 如何产生的错误
在项目中Jar包中有Mybatis的Xml,并且有调用对应xml的Controller,在项目中调用Jar包中的Controller,会出现SQL绑定异常
## 重现方法
[报错项目](https://github.com/YangAoLib/jrebel-mybatisplus-idea-plugin--jar-has-xml)
我做了一个简单的demo,重…
-
### 当前使用版本(必填,否则不予处理)
mybatis-plus-boot-starter以及mybatis-plus-generator均为3.5.5
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
仅禁用Service的情况下,生成的ServiceImpl仍然带有对应的import以及implement,如图:
![image](https://githu…
-
### 当前使用版本(必填,否则不予处理)
3.5.2
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
一个项目中引入了多个数据库,需要针对特定的数据库进行排除逻辑。
-
**请详细描述需要增加的功能**
比如我想通过条件中部分字段进行统一加解密处理,如何获取QueryWrapper中的条件参数名称呢?我看了下源码发现实际过程中AbstraceWrapper 构件条件时替换了参数名统一ew.xxx代替了,我不明白为何这样,不保留原始name或者给开个扩展也行 扩展AbstractWrapper 但是我目前发现无法扩展它
-
### 当前使用版本(必填,否则不予处理)
implementation 'com.baomidou:mybatis-plus-spring-boot3-starter:3.5.6'
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
@TableField的typeHandler = JacksonTypeHandler.class 映射数据库中的json字段到jav…
ghost updated
7 months ago
-
Please fill it out carefully, or it will be closed.
请认真填写,不然会直接关闭。
# Enviroment
JDK Version(required): 17
SpringBoot Version(required): 3.1.1
dynamic-datasource-spring-boot-starter Versio…
-
**当前使用版本**
3.5.6
**当前环境信息**
例如: Java8 + Mysql5.7
**描述bug现象**
当加入PaginationInnerInterceptor拦截器后,应用启动报错。当去掉这个拦截器后,应用正常启动。
**提供问题复现步骤**
添加拦截器的代码如下:
MybatisPlusInterceptor intercepto…
-
日志输出:
```
spring id: cats-service
spring applicationName: /yuedian
spring context: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@61a5b4ae, started…
-
I use shardingsphere JDBC 5.3.2
**Question Description:**
### 1. I can execute the program normally in the idea,But when I package the program and execute it on the server, there are exceptions,er…
-
### 当前使用版本(必须填写清楚,否则不予处理)
mybatis-pluse 3.0.7.1 mysql5.7
### 该问题是怎么引起的?**([最新版](https://search.maven.org/search?q=mybatis-plus)上已修复的会直接**close**掉)**
实体类中有一个类的字段属性为List或者Map,对应的数据库字段为JSON,插入时,Lis…