diff --git a/README.md b/README.md index 549f68b..4e58f00 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,17 @@ 2. 如果mybatisplus目录不在springboot扫描路径下, 将MybatisPlusConfiguration移动到springboot扫描路径下或添加springboot扫描路径 +3. 添加cglib依赖 + +```xml + + + cglib + cglib + 3.3.0 + +``` + ### 使用 * mapper继承MyBaseMapper (必选)