-
idea2023.3.7,jrebel2024.2.2,JRebel mybatisPlus extension 0.06,在mybatis-plus3.5.6下,xml热加载无效,把mybatis-plus版本降到3.5.1是可以的,请作者帮忙看看呢,感谢
-
**IDEA**:2023.3.2
![image](https://github.com/SweetInk/jrebel-mybatisplus-idea-plugin/assets/96352227/16150ef7-9827-48d3-8552-82c4606fce6e)
**Jrebel**:2024.2.1
![image](https://github.com/SweetIn…
-
开发工具:idea
mybatis-plus-boot-starter版本:3.2.0
idea已安装插件JRebel mybatisPlus extension版本:0.0.2
jrebel方式debug和run启动都是npe报错:
Caused by: java.lang.NullPointerException: null
at com.baomidou.mybatisplus.…
-
![image](https://github.com/SweetInk/jrebel-mybatisplus-idea-plugin/assets/52782346/5c0172d4-8c9d-4c48-af76-610309ea78a9)
Mapped Statements collection already contains value for XXXX.service.dao.Bi…
-
idea2023.3.7,jrebel2024.2.2,JRebel mybatisPlus extension 0.06,在mybatis-plus3.5.6下,xml热加载无效,把mybatis-plus版本降到3.5.1是可以的,请作者帮忙看看呢,感谢
-
2024-06-20 20:25:39 JRebel: ERROR Class 'com.baomidou.mybatisplus.core.MybatisConfiguration$StrictMap' could not be processed by online.githuboy.jrebel.mybatisplus.cbp.StrictMapCBP@jdk.internal.loader…
rrge updated
3 months ago
-
示例代码:
```java
@Mapper
public interface ExamManageMapper {
@Select("select * from exam_manage")
List findAll();
@Select("select * from exam_manage")
IPage findAll(Page page);
…
-
## 单纯的收集建议,不一定采纳!!
-
**当前使用版本**
```
plugins {
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'org.graalvm.buildtools.native' version '0.10.2'
id…
-
## 如何产生的错误
在项目中Jar包中有Mybatis的Xml,并且有调用对应xml的Controller,在项目中调用Jar包中的Controller,会出现SQL绑定异常
## 重现方法
[报错项目](https://github.com/YangAoLib/jrebel-mybatisplus-idea-plugin--jar-has-xml)
我做了一个简单的demo,重…