We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5ec80 commit 9bb0a60Copy full SHA for 9bb0a60
1 file changed
src/main/java/clap/server/adapter/outbound/persistense/mapper/MemberPersistenceMapper.java
@@ -11,7 +11,7 @@
11
import org.mapstruct.Named;
12
import org.springframework.beans.factory.annotation.Autowired;
13
14
-@Mapper(componentModel = "spring")
+@Mapper(componentModel = "spring", uses = DepartmentPersistenceMapper.class)
15
public abstract class MemberPersistenceMapper {
16
17
@Autowired
0 commit comments