Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- selection does not contain a main type
- 비디오 태그 이미지
- video tag
- 자바정렬
- html input
- SpringBoot Mybatis
- src/main/java
- spring jsp
- 정수 자료형
- 자바마스터
- @PathVariable
- 스프링 jsp 연결
- Failed to configure a DataSource
- 스프링부트
- 순위정렬
- HTML
- MySQL 테이블명 바꾸기
- jsp 연결
- 자바 순위정렬
- 자바
- sql 테이블명 바꾸기
- 스프링부트 jsp 연결
- 랭킹정렬
- 정신차리고공부하자 #개발자되기 #몰입하자
- html video thumbnail
- 스프링부트 오류
- 자바 #Java #Scanner #스캐너 #자바알파벳입력
- 스프링부트 마이바티스
- 비디오 태그 썸네일
- 스프링 jsp
Archives
- Today
- Total
목록스프링 (1)
쌤리
[Spring Boot] @PathVariable ?
@PathVariable @PathVariable is a Spring annotation which indicates that a method parameter should be bound to a URI template variable. If the method parameter is Map then the map is populated with all path variable names and values. @PathVariable 은 메소드의 파라미터가 URI 템플릿 변수에 bind 되어 있다는 것을 가리킨다. 메소드의 파리미터가 Map 형태일 경우, map 은 경로 변수 이름과 값을 다 포함하게 된다. 쉽게 얘기해서 URI 경로에 변수를 집어 넣을수 있다는 점. http://localhost:8..
자바 JAVA/Spring | 스프링
2020. 8. 25. 13:29