mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
!470 update docs/zh/others/codegen.md.
Merge pull request !470 from Frank/N/A
This commit is contained in:
commit
5a6973209e
@ -79,7 +79,7 @@ public class Codegen {
|
||||
globalConfig.setEntityGenerateEnable(true);
|
||||
globalConfig.setEntityWithLombok(true);
|
||||
//设置项目的JDK版本,项目的JDK为14及以上时建议设置该项,小于14则可以不设置
|
||||
globalConfig.setJdkVersion(17);
|
||||
globalConfig.setEntityJdkVersion(17);
|
||||
|
||||
//设置生成 mapper
|
||||
globalConfig.setMapperGenerateEnable(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user