mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
update
This commit is contained in:
parent
797c0870f4
commit
7425654cda
11
README.md
11
README.md
@ -31,6 +31,17 @@
|
|||||||
2. 如果mybatisplus目录不在springboot扫描路径下,
|
2. 如果mybatisplus目录不在springboot扫描路径下,
|
||||||
将MybatisPlusConfiguration移动到springboot扫描路径下或添加springboot扫描路径
|
将MybatisPlusConfiguration移动到springboot扫描路径下或添加springboot扫描路径
|
||||||
|
|
||||||
|
3. 添加cglib依赖
|
||||||
|
|
||||||
|
```xml
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>cglib</groupId>
|
||||||
|
<artifactId>cglib</artifactId>
|
||||||
|
<version>3.3.0</version>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
|
|
||||||
### 使用
|
### 使用
|
||||||
|
|
||||||
* mapper继承MyBaseMapper (必选)
|
* mapper继承MyBaseMapper (必选)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user