!128 docfix:修复不正确的文档内容

Merge pull request !128 from 王帅/main
This commit is contained in:
Michael Yang 2023-07-12 12:33:28 +00:00 committed by Gitee
commit 97a1984017
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -68,7 +68,7 @@ public class Codegen {
//设置生成 entity 并启用 Lombok
globalConfig.setEntityGenerateEnable(true);
globalConfig.setWithLombok(true);
globalConfig.setEntityWithLombok(true);
//设置生成 mapper
globalConfig.setMapperGenerateEnable(true);