update docs

This commit is contained in:
linpeilie 2023-05-26 16:52:59 +08:00
parent 10d02621dc
commit 05a5fd3034
2 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,8 @@ MapStructPlus 提供了多个配置项,来指定生成转换接口时的一些
## 使用方式
在需要进行配置的模块中,新建配置类,在该类上面增加注解:`@MapperConfig`,在一个模块中,只能有一个有该注解的类。
在需要进行配置的模块中,新建配置类,在该类上面增加注解:`@MapperConfig`**在一个模块中,只能有一个有该注解的类**。
同时,还要注意**配置类一定要放在要生效的模块中**
例如:

View File

@ -236,6 +236,10 @@ public class QuickStartTest {
## Solon
:::info
since `1.2.5`
:::
### 添加依赖
引入 `mapstruct-plu-solon-plugin` 依赖