Programming/Spring
java.lang.IllegalStateException: Ambiguous mapping found.
codingnature
2023. 9. 29. 14:27
반응형
SMALL
https://it-hhhj2.tistory.com/95
[JAVA 에러] java.lang.IllegalStateException: Ambiguous mapping found.
문제상황 IllegalStateException 에러가 발생했다는 뜻 ... java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'performanceController' method ~~~해결방법 알고보니, Controller의 @RequestMapping 의 값이 중복되어 나타나
it-hhhj2.tistory.com
반응형
LIST