MyBatisCodeHelper-Pro
MyBatisCodeHelper-Pro copied to clipboard
目前界面上是3列,左边2列最好能支持隐藏,这样可以把所有空间可以留给主要的配置页面 
 如图,getUserDetails是个静态方法,返回UserDetails对象,当调用UserDetails对象的getTenantId()方法时IDEA未能识别该语法,实际可以正常执行
### 重现步骤(Repeat steps) - 打开一个新项目里的任意一个类,随机会报错。 - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2025.1.1.1` • Notes plugin `com.ccnode.codegenerator.MyBatisCodeHelperPro 3.4.1+2321` ### Exception During...
### 重现步骤(Repeat steps) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2024.3.4.1` • Notes plugin...
mapper定义接口 ```java List findXxx(); ``` 生成的xml resultType不正确 ```xml ``` 内部类应该是$而不是. ```xml ```
之前3.3.5也有这问题。Mapper中的接口,参数增加了@Param注解指定参数名称,在Mapper.xml中,不会提示改参数
  不过看起来好像这个文档里有些复杂的用法解析器也没支持? https://github.com/orphan-oss/ognl/blob/main/docs/LanguageGuide.md#lists 插件版本:Marketplace Edition 3.3.8+2321