mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
docs: update solon readme
This commit is contained in:
parent
20edf9e822
commit
42bb8eef3b
@ -8,6 +8,14 @@
|
||||
</dependency>
|
||||
```
|
||||
|
||||
#### Tips:
|
||||
[solon 2.8.0 需要添加如下配置(此问题会在 MPJ 1.4.13+ 解决)](https://gitee.com/best_handsome/mybatis-plus-join/issues/I9RN5N)
|
||||
```yml
|
||||
mybatis.db1:
|
||||
globalConfig:
|
||||
sqlInjector: com.github.yulichang.injector.MPJSqlInjector
|
||||
```
|
||||
|
||||
### mapper继承MPJBaseMapper
|
||||
|
||||
```java
|
||||
|
@ -12,7 +12,7 @@
|
||||
<artifactId>mybatis-plus-join-solon-plugin</artifactId>
|
||||
|
||||
<properties>
|
||||
<solon.varrsion>2.6.4</solon.varrsion>
|
||||
<solon.varrsion>2.8.0</solon.varrsion>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
Loading…
x
Reference in New Issue
Block a user