fix mapstruct配置
parent
c3a52cd83a
commit
7cd67f6335
|
@ -9,7 +9,8 @@ import io.github.linpeilie.annotations.MapperConfig;
|
|||
* @Version: V1.0
|
||||
* @Description: mapperstruct 配置
|
||||
*/
|
||||
@MapperConfig(mapperPackage = "cc.iotkit.data.model")
|
||||
@MapperConfig(mapperPackage = "cc.iotkit.data.model",
|
||||
adapterPackage="cc.iotkit.data.model")
|
||||
|
||||
public class AutoMapperConfig3 {
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ import io.github.linpeilie.annotations.MapperConfig;
|
|||
* @Version: V1.0
|
||||
* @Description: mapperstruct 配置
|
||||
*/
|
||||
@MapperConfig(mapperPackage = "cc.iotkit.manager.dto")
|
||||
@ComponentModelConfig(componentModel = "default")
|
||||
@MapperConfig(mapperPackage = "cc.iotkit.manager.dto",
|
||||
adapterPackage="cc.iotkit.manager.dto")
|
||||
public class AutoMapperConfig2 {
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@ import io.github.linpeilie.annotations.MapperConfig;
|
|||
* @Version: V1.0
|
||||
* @Description: mapperstruct 配置
|
||||
*/
|
||||
@MapperConfig(mapperPackage = "cc.iotkit.system.dto")
|
||||
@MapperConfig(mapperPackage = "cc.iotkit.system.dto"
|
||||
,adapterPackage="cc.iotkit.system.dto")
|
||||
public class AutoMapperConfig {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue