From a577938115ab67159ee8197c5553bd193dc24764 Mon Sep 17 00:00:00 2001 From: distantSail Date: Sat, 4 May 2024 20:19:54 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/others/codegen.md.=20=20=20?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E5=99=A8=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=9A=84RequestMapping=E9=85=8D=E7=BD=AE=E3=80=82=20=E5=89=8D?= =?UTF-8?q?=E4=B8=A4=E5=A4=A9=E6=8F=90=E4=BA=A4=E4=BA=86=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=94=9F=E6=88=90=E5=99=A8=E7=9A=84RequestMapping=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E3=80=82=E4=BD=9C=E8=80=85=E5=93=8D=E5=BA=94=E9=9D=9E?= =?UTF-8?q?=E5=B8=B8=E5=8F=8A=E6=97=B6=EF=BC=8C=E7=AB=8B=E9=A9=AC=E5=B0=B1?= =?UTF-8?q?=E5=90=8C=E6=84=8F=E4=BA=86=E5=90=88=E5=B9=B6=E3=80=82=20=20?= =?UTF-8?q?=E4=B9=8B=E5=90=8E=E6=83=B3=E8=B5=B7=E6=96=87=E6=A1=A3=E4=B8=8A?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E8=BF=99=E7=82=B9=E8=AF=B4=E6=98=8E=EF=BC=8C?= =?UTF-8?q?=E5=8F=88=E6=9D=A5=E6=8F=90=E4=BA=A4=E4=B8=80=E4=B8=AA=E8=BD=BB?= =?UTF-8?q?=E9=87=8F=E7=BA=A7PR=E6=B7=BB=E5=8A=A0=E4=B8=8A=E5=8E=BB?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: distantSail --- docs/zh/others/codegen.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index 056bb4ae..a6564b70 100644 --- a/docs/zh/others/codegen.md +++ b/docs/zh/others/codegen.md @@ -382,6 +382,7 @@ globalConfig.getServiceImplConfig() | 配置 | 描述 | 默认值 | |-----------------------------|---------------------|--------------| | setClassPrefix(String) | Controller 类的前缀 | "" | +| setControllerRequestMappingPrefix(String)| @RequestMapping注解的前缀 | null | | setClassSuffix(String) | Controller 类的后缀 | "Controller" | | setSuperClass(Class) | Controller 类的父类 | null | | setOverwriteEnable(boolean) | 是否覆盖之前生成的文件 | false |