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' } ```