requiredArgsConstructor 주의점

    [SpringBoot] Error - Parameter 0 of constructor in ~ required a bean of type 'java.lang.String' that could not be found.

    상황 - FCM 기능을 추가하기 위해서 해당 클래스와 메서드를 구현하던 중, 필요한 변수를 설정 중 - 해당 변수들을 코드 단에 application.yml에서 @Value 어노테이션을 이용해서 주입해주려 했으나 서버를 실행시키면 에러가 발생 에러 *************************** APPLICATION FAILED TO START *************************** Description: Parameter 0 of constructor in ~ required a bean of type 'java.lang.String' that could not be found. Action: Consider defining a bean of type 'java.lang.String' in..