Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Kotlin
- 백준 javascript
- GoingBus
- 리눅스마스터 1급 정리
- 카카오
- 백준 java
- 문자열
- 리눅스마스터 3과목
- 개발자 회고록
- 코딩테스트
- 연습문제
- Linux
- 명령어
- 반복문
- Memoir
- 월간코드챌린지
- toCharArray
- 스프링 컨테이너
- map
- 자바스크립트 코딩의 기술
- 고잉버스
- 스프링 빈
- 코테
- java 백준 1차원 배열
- 리눅스
- 리눅스마스터1급
- Java
- 자바
- JavaScript
- 프로그래머스
Archives
- Today
- Total
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
반응형