일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- java
- vscode tutorial
- bulkinsert
- JAXBContext
- mybatis
- Tomcat
- query
- swipe 배너
- vue.js
- INSERT
- 기출문제
- 부스트코스
- egov
- mysql
- JSON
- vue Carousel
- 마스킹
- 오라클
- 정보처리산업기사
- spring
- checkbox
- MariaDB
- JQuery
- github
- 구멍가게코딩단
- jdbc
- Ajax
- jsp
- NoSQL
- insertAll
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
반응형