Skip to content

Commit

Permalink
#385 update data-interface.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
xyohn authored and nieqiurong committed Aug 16, 2024
1 parent b64b65e commit 4b1ae23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/guides/data-interface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ SELECT COUNT(*) FROM user WHERE age > 25

## Mapper 层选装件

选装件是 Mybatis-Plus 提供的一些扩展方法,它们位于 `com.baomidou.mybatisplus.extension.injector.methods` 包下。这些方法需要配合[Sql 注入器](/pages/42ea4a/)使用,以扩展 Mapper 接口的功能。
选装件是 Mybatis-Plus 提供的一些扩展方法,它们位于 `com.baomidou.mybatisplus.extension.injector.methods` 包下。这些方法需要配合[Sql 注入器](/guides/sql-injector)使用,以扩展 Mapper 接口的功能。

使用这些选装件前,需要确保已经正确配置了 Sql 注入器。更多使用案例和详细信息,可以参考[官方案例](https://github.com/baomidou/mybatis-plus-samples/tree/master/mybatis-plus-sample-sql-injector)[源码注释](https://github.com/baomidou/mybatis-plus/tree/3.0/mybatis-plus-extension/src/main/java/com/baomidou/mybatisplus/extension/injector/methods)

Expand Down

0 comments on commit 4b1ae23

Please sign in to comment.