[Spring] @RequestMapping 중복
기본적으로 매핑에 중복 값 사용은 불가능하다.
매핑에 소스 내에 선언했던 값과 동일한 값을 넣으면
어떤 메소드에 매핑된 값인지 모른다는 오류가 나온다.
매핑 값을 중복되지 않는 다른 값으로 바꿔서 다시 실행하면 해당 오류가 뜨지 않는다.
화이팅
'Spring' 카테고리의 다른 글
[Spring] 유저별로 메뉴 다르게 보이기 (0) | 2021.06.29 |
---|---|
[Spring] Mybatis collections 파라미터 여러개 사용 시 주의점 (2) | 2021.06.28 |
[Spring] MyBatis resultMap collection 사용법 (0) | 2021.06.18 |
[Spring] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception 오류 (0) | 2021.04.14 |
[Tomcat에러] Result Maps collection already contains value for ... (0) | 2021.03.23 |
댓글