doc: 更新代码生成器文档。

This commit is contained in:
Suomm 2023-07-12 18:30:57 +08:00
parent b5c0426768
commit e6a2bb94f6

View File

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