# mybatis-generator **Repository Path**: seeks/mybatis-generator ## Basic Information - **Project Name**: mybatis-generator - **Description**: add java doc of class and field - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-08 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 修改部分 > * 修复乱码问题,生成文件一律转为utf-8 > * 修改配置catalog时,生成代码为Schema..table的问题 因为mysql不建议跨数据库调用,所以,Generator生成的时候,不支持生成S61.T6110这种,只会生成S61..T6110,所以每次还要替换一下 原因参考https://github.com/mybatis/generator/issues/17 > * 修改生成注释类,将英文注释去掉,改为数据库字段注释