-
Missing URI template variable '변수명' for method parameter of type String에러 2022. 10. 19. 18:16
원인
@RequestMapping(".../{변수명}")
public ... (@PathVariable 타입 변수명) { ...오탈자로 인한 변수명 불일치
'에러' 카테고리의 다른 글
원인
@RequestMapping(".../{변수명}")
public ... (@PathVariable 타입 변수명) { ...
오탈자로 인한 변수명 불일치