hoon's bLog

Spring Error | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' 본문

IT/Error

Spring Error | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping'

개발한기발자 2023. 1. 27. 21:25
반응형

Spring build 하면서 발생한 Error...

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'WeatherController' method
...중략...
to {[/weather/district/code], methods=[GET]}: There is already 'WeatherController' bean method
...

 

이미 'WeatherController' bean method가 존재한다고 합니다!!!!!!!

뭔가 중복된 느낌?!!?

 

만약 Spring MVC를 사용한 Web Application 구동 시,

위와 같은 Error가 났다면 Controller의 @RequestMapping 으로 설정된 경로를 확인하시기 바랍니다.

Excetpion Log를 자세히 보면 나와있지만 특정 Mapping 경로가 중복되어 발생한 Error입니다.

원최, 보통 처음 Application Build 하면서 Setting 문제로 인해 각종 Error가 발생하는 것 같다...

이런 걸 메모해 놓지 않으면 또 같은 실수를 반복할 거란 걸 알기에... 너무나도 잘 알기에....

오늘도 메모 또 메모!!!!

 

끝!!!!!!

728x90
반응형