본문 바로가기

카테고리 없음

Caused by: java.lang.IllegalStateException: Ambiguous mapping. Cannot map '***Controller' method 오류

728x90

Caused by: java.lang.IllegalStateException: Ambiguous mapping. Cannot map '***Controller' method 오류는 간단데스

 

 

 

 

매핑 안된건데 Mapping 쓰는건 controller. 오류에서도 수정해야 할 controller 명칭 알려줌

나는 deleteDeveloper 생성할 때 getDeveloperDetail 꺼 복붙해서 mapping도 똑같아서 발생한 오류였음.

다르게 하니까 오류해결

 

728x90