Skip to content

Commit 5aeee6e

Browse files
authored
fix: lombok.config 추가 — @qualifier 어노테이션 생성자 파라미터 전파 (#327)
podWebClient 빈 추가 후 WebClient가 2개가 되어 @requiredargsconstructor 생성자에 @qualifier가 전파되지 않아 NoUniqueBeanDefinitionException 발생. lombok.copyableAnnotations 설정으로 @qualifier를 생성자 파라미터에도 전파.
1 parent bdb24e9 commit 5aeee6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lombok.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
config.stopBubbling = true
2+
lombok.copyableAnnotations += org.springframework.beans.factory.annotation.Qualifier

0 commit comments

Comments
 (0)