From 10fd872b4cdd11a6ad7e283610d3a0ab7053943d 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, 31 Aug 2023 18:43:30 +0800 Subject: [PATCH] doc: update docs --- docs/zh/others/apt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md index 43605a8a..5a46223d 100644 --- a/docs/zh/others/apt.md +++ b/docs/zh/others/apt.md @@ -220,7 +220,7 @@ pom.xml 添加 `annotationProcessorPaths` 配置, ``` dependencies { ... - annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.6.2' + annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.6.2' } ```