SPRING
@PathVariable 어노테이션
dabin
2020. 8. 26. 04:21
* @PathVariable
- 언제 사용하느냐?
@RequestMapping을 사용할 때 url에 파라미터값을 직접 전달하는 것이 아니라 -> tistory.com?title=java&writer=dblee
url의 일부를 아예 숫자로 처리하고 싶은 경우 -> tistory.com/20 -> 20번째 글이라는 뜻