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 |
Tags
- html
- MYSQL
- null
- 오라클
- checbox
- 문자열
- 전자정부 표준프레임워크
- DB
- 호환성
- spring form tag
- jquery
- 이클립스
- HTML5
- 날짜
- @RequestBody
- 스크립트
- Oracle
- json
- switch
- 네이버스마트 에디터
- exception
- JSTL
- RADIO
- php
- SSL
- maven
- 한글
- java
- 웹 플랫폼 설치 관리자
- 톰캣
Archives
- Today
- Total
개인적인 정리
The attribute consumes is undefined for the annotation type RequestMapping 본문
전자정부표준프레임워크/Exception 및 Error
The attribute consumes is undefined for the annotation type RequestMapping
yeon.Biju 2018. 8. 17. 10:25The attribute consumes is undefined for the annotation type
RequestMapping
@RequestMapping 을 사용하려는데
위와 같은 오류가 발생
spring version 의 문제로 보인다.
현재 사용중인 spring version은 3.0.5
3.2.0 부터는 문제 없을 듯 하다..
3.1 부터 인 것 같다.
어떻게 해야 할지 고민중 ~~
'전자정부표준프레임워크 > Exception 및 Error' 카테고리의 다른 글
Parameter index out of range (1 > number of parameters, which is 0). (0) | 2018.12.06 |
---|---|
Caused by: java.lang.NoClassDefFoundError: org/springframework/web/context/request/async/CallableProcessingInterceptor (0) | 2018.11.29 |
Class 'org.springframework.scheduling.quartz.CronTriggerBean' not found (0) | 2018.09.29 |
The JSP specification requires that an attribute....... (0) | 2018.08.17 |
svn:E178002:unknown host (0) | 2018.08.16 |
java.util.NoSuchElementException (0) | 2018.07.25 |
svn 에러가 발생할 경우 (0) | 2018.07.19 |
java.util.regex.PatternSyntaxException: Dangling meta character '+' near index 0 (0) | 2018.07.12 |
Comments