[서버][스프링] Error creating bean with name 'configurationPropertiesBeans'
문제 현상 자바로 작성된 스프링 앱의 버전을 올리고 실행했을 때 에러가 발생하고 바로 종료됨 스프링 부트 버전: 2.0.3.RELEASE -> 2.4.4 스프링 클라우드 버전: Finchley.RELEASE -> 2020.0.2 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationPropertiesBeans' defined in org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration: Bean instantiation via factory method failed; neste..