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