일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 부스트코스
- mybatis
- jsp
- vue Carousel
- JQuery
- java
- insertAll
- JSON
- github
- jdbc
- 구멍가게코딩단
- bulkinsert
- 기출문제
- NoSQL
- JAXBContext
- vue.js
- mysql
- Tomcat
- query
- 정보처리산업기사
- checkbox
- MariaDB
- INSERT
- Ajax
- 오라클
- swipe 배너
- vscode tutorial
- 마스킹
- spring
- egov
Archives
- Today
- Total
목록
728x90
반응형
restapi (1)
728x90
반응형
개발새발
Missing URI template variable for method parameter of type string
rest api를 만들면서 Missing URI template variable for method parameter of type string 에러가 났다. @RequestMapping(value="/contents/{contents-mst-seq}") public ResponseEntity contentsDetail(@PathVariable("contentsMstSeq") int contentsMstSeq) { ContentsVo vo = testService.contentsDetail(contentsMstSeq); return ResponseEntity.ok(vo); } 원인 : url로 들어가 있는 {contents-mst-seq}와 @PathVariable에 할당한 변수(contentsMstSe..
[error]
2021. 1. 20. 16:29
728x90
반응형