MyBatisCodeHelper-Pro icon indicating copy to clipboard operation
MyBatisCodeHelper-Pro copied to clipboard

Results 271 MyBatisCodeHelper-Pro issues
Sort by recently updated
recently updated
newest added

mybatis写SQL很方便,有自动提示,但是对于部分数据库,自动补全表名是会带出表空间,但是实际上在不同环境上的表空间可能是不一样的,这会导致本地开发环境没有问题,到了测试环境或者现网,由于表空间不一致导致SQL执行报错

waiting-for-feedback

比如 `left` 解析回换一行 查询就会出错 ![b](https://user-images.githubusercontent.com/15355274/150047052-13a2c79b-9b51-4f08-818c-c8c7bdce640f.png)

waiting-for-feedback

![image](https://user-images.githubusercontent.com/47778938/146912739-4f2d6bff-9c92-437b-a141-c99c034c0faa.png) ![image](https://user-images.githubusercontent.com/47778938/146913178-bae12705-440b-4dc7-b04d-5769b5ef0057.png) 就是这个功能,好多bean属性很多,上上下下操作输入好麻烦,加注释敲/**也很烦.网上也没有搜索到和你的方法界面一样好的模板生成工具.有满足要求的类似工具也可以推荐下

比如 ``` t.s as s ```

enhancement

swagger3的注解可不可以支持下?

Mybatis Generate 更多sql选项下的sql生成到Mapper类后, 希望自动添加注释

数据库增加字段,重新生成实体类,实体类上的注解会被覆盖掉 ![图片](https://user-images.githubusercontent.com/29142176/122372473-4766e580-cf93-11eb-9ba2-c5187f119ebd.png)

enhancement