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
- AWS
- 인증문제해결
- 설정
- aPK
- Kotlin
- react-native
- 빌드 오류
- WPF
- flutter
- VisualStudio
- sourcetree
- Invalid credentials
- 리액트 네이티브
- 안드로이드
- Git
- git인증
- react
- Android
- 뒤로가기 안됨
- 안됨
- bitbucket
- 개발환경설정
- EC2
- not working
- gradle
- 예제
- 디버깅
- 안드로이드 스튜디오
- 리액트
- 데이터바인딩
Archives
- Today
- Total
물에 살고싶은 개발자
빌드할때 나는 Ambiguous mapping found. Cannot map '' bean method 에러 본문
Spring Framework
빌드할때 나는 Ambiguous mapping found. Cannot map '' bean method 에러
돼지사랑 2016. 7. 11. 16:51Ambiguous mapping found. Cannot map '클래스명' bean method
이런에러가 뜨는 경우가 있다. 자세한 내용에따라 원인이 다를수도있지만
내 경우에 매핑주소가 같으면 이런 에러가 뜨더라...
/request/get/Academy
/request/insert/Academy
이런식으로 매핑하면 에러가뜬다. 경로가 다르더라도..
이럴땐 양쪽중 하나를 바꿔주자
출처 : http://jp1020.tistory.com/entry/%EC%98%A4%EB%A5%98Caused-by-javalangIllegalStateException-Ambiguous-mapping-found-%EC%97%90%EB%9F%AC
Comments