chuntungho / mybatis-builder

An IDEA plugin integrated with MyBatis Generator, compatible with IntelliJ IDEA CE
https://mybatis.chuntung.com
MIT License
42 stars 20 forks source link

多次反向生成时,中文乱码 #7

Closed luqil closed 2 years ago

luqil commented 3 years ago

多次反向生成时Mapper文件,自定义方法注释中文乱码。 windows环境,文件编码为UTF-8,换行法为LF image XML文件内中文正常。

建议可以指定生成文件的换行符,不是默认和系统一致。

luqil commented 3 years ago

Bean生成注释时,字符串是否可以把类型加上,如: varchar(32)

chuntungho commented 2 years ago

fixed in v1.2.2