https://woogienote.tistory.com/104
[Spring Boot] @PathVariable 이란 ?
🔍@PathVariable 이란? 경로 변수를 표시하기 위해 메서드에 매개변수에 사용된다. 경로 변수는 중괄호 {id}로 둘러싸인 값을 나타낸다. URL 경로에서 변수 값을 추출하여 매개변수에 할당한다. 기본
woogienote.tistory.com
'WEB BANK-END > SPRING' 카테고리의 다른 글
[SpringBoot] @Bean, @Configuration (0) | 2023.09.17 |
---|---|
[SpringBoot] no identifier entity 해결방법 (0) | 2023.09.17 |
[Spring] ORM(Object Relational Mapping) 연계 하이버네이트 (1) | 2023.04.15 |
[Spring-selenium] 스프링에서 셀레니움 설치 (0) | 2020.09.02 |
[Hibernate] forEach 태그 list가 되지 않을 때 (0) | 2020.09.02 |