본문 바로가기

상상쓰

검색하기
상상쓰
프로필사진 상상쓰

  • 분류 전체보기 (202)
    • Programming (10)
    • Coding Test (191)
    • Event (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • github
  • TOPCIT
«   2025/08   »
일 월 화 수 목 금 토
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
  • 추석맞이 코딩챌린지
  • 프로그래머스
  • BFS
  • KAKAO BLIND RECRUITMENT
  • 자바
  • 재귀함수
  • 수학
  • 다익스트라
  • 파이썬
  • Combinations
  • 정렬
  • python
  • 위클리 챌린지
  • 그리디
  • lambda
  • java
  • 동적 계획법
  • backjoon
  • 정규식
  • dfs
  • Set
  • divmod
  • programmers
  • 카카오
  • Zip
  • 이분탐색
  • heapq
  • Re
  • DateTime
  • 백준
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록pathvariable (1)

상상쓰

[Spring] @PathVariable을 이용한 경로(@RequestMapping) 변수

@ReqeustMapping(value = "/Contents/{id}.do") public String getPage(@PathVariable String id, HttpServletReqeust request, ModelMap model) throws Exception { System.out.println(id); // https://localhost/Contents/01.do > id = "01" return "page/01"; } @ReqeustMapping(value = "/Contents{id}.do") public String getPage(@PathVariable String id, HttpServletReqeust request, ModelMap model) throws Exception..

Programming 2021. 8. 26. 15:55
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바