From bbcfd17e2374f599d401b24f544aeb0668ca59f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Thu, 23 Mar 2023 16:46:18 +0800 Subject: [PATCH] update docs --- docs/zh/apt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/apt.md b/docs/zh/apt.md index 030a6ae0..55d94f27 100644 --- a/docs/zh/apt.md +++ b/docs/zh/apt.md @@ -8,7 +8,7 @@ Mybatis-Flex 使用了 APT(Annotation Processing Tool)技术,在项目编 ## 关闭 APT 功能 -在项目的 resources 目录下添加 `mybatis-flex.porperties` 配置文件,配置内容如下: +在项目的 resources 目录下添加 `mybatis-flex.properties` 配置文件,配置内容如下: ```properties processer.enable = false