mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
doc: 更新代码生成器文档。
This commit is contained in:
parent
b5c0426768
commit
e6a2bb94f6
@ -68,7 +68,7 @@ public class Codegen {
|
||||
|
||||
//设置生成 entity 并启用 Lombok
|
||||
globalConfig.setEntityGenerateEnable(true);
|
||||
globalConfig.setWithLombok(true);
|
||||
globalConfig.setEntityWithLombok(true);
|
||||
|
||||
//设置生成 mapper
|
||||
globalConfig.setMapperGenerateEnable(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user