SweetInk / jrebel-mybatisplus-idea-plugin

JRebel MybatisPlus hot reloading extension for IntelliJ
Apache License 2.0
23 stars 1 forks source link

idea2023.3.7,jrebel2024.2.2,JRebel mybatisPlus extension 0.06,在mybatis-plus3.5.6下,xml热加载无效 #13

Open modestyer opened 2 months ago

modestyer commented 2 months ago

idea2023.3.7,jrebel2024.2.2,JRebel mybatisPlus extension 0.06,在mybatis-plus3.5.6下,xml热加载无效,把mybatis-plus版本降到3.5.1是可以的,请作者帮忙看看呢,感谢

SweetInk commented 2 months ago

我的IDEA版本是2024.1,其他和你一样,是可以正常热加载,你试试升级下IDEA

Pahkho commented 1 month ago

我的跟你一样 开始我还以为是jrebel的问题

SweetInk commented 1 month ago

@Pahkho @modestyer 我测试了下2023.7也是可以热加载的,如果可以的话,提供下jrebel.log日志文件,该文件位于用户目录\.jrebel\jrebel.log (项目启动后)

SweetInk commented 1 month ago

@modestyer @Pahkho Mapper.xmlMapper.java是不是在同一个文件夹下面

SweetInk commented 1 month ago

源于Mybatis-plus的这次提交 https://github.com/baomidou/mybatis-plus/commit/2381495af9c4e2d368b2d86a973ffb0bcc86aade

modestyer commented 2 weeks ago

@modestyer @Pahkho Mapper.xmlMapper.java是不是在同一个文件夹下面 是的,您分析的很对,是在同一个文件夹下。 不好意思,之前忙于工作忘记上这里看了,今天看到插件有版本更新,特别感谢,这个插件节省了大量时间。