From e6a2bb94f657b4cf88ad4f07d472d95be0f13097 Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Wed, 12 Jul 2023 18:30:57 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=94=9F=E6=88=90=E5=99=A8=E6=96=87=E6=A1=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/zh/others/codegen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index 84e7df06..8266cec8 100644 --- a/docs/zh/others/codegen.md +++ b/docs/zh/others/codegen.md @@ -68,7 +68,7 @@ public class Codegen { //设置生成 entity 并启用 Lombok globalConfig.setEntityGenerateEnable(true); - globalConfig.setWithLombok(true); + globalConfig.setEntityWithLombok(true); //设置生成 mapper globalConfig.setMapperGenerateEnable(true);