본문 바로가기

스프링 프레임워크로 CRUD 게시판 만들기/오류해결

(5)
Mapped Statements collection does not contain value for~ https://programmer93.tistory.com/25 Mapped Statements collection does not contain value for~ 에러 - 삽질중인 개발자 Mapped Statements collection does not contain value for ~ 에러 발생시 확인해야 하는 부분 [다음 에러가 나왔을 시 체크해봐야 하는 부분] 1. mapper id가 다를경우 - 대부분 이경우 - mapper파일에 - ex.. programmer93.tistory.com https://blog.naver.com/javaking75/220315971085 [에러] 마이바티스 에러 Mapped Statements collection does not contain value fo..
org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [org.apache.ibatis.session.SqlSession] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotat.. 보이나..? 이거 해결하다가 나 죽는줄 알았다. 코딩 또 접을뻔 하아....... 해결방법을 설명하도록 하겠다. https://myybean.tistory.com/10 NoUniqueBeanDefinitionException: No qualifying bean of type [org.mybatis.spring.SqlSessionTemplate] 자꾸 내 Dao파일 bean 어쩌구 오류가 났다.. NoUniqueBeanDefinitionException: No qualifying bean of type [org.mybatis.spring.SqlSessionTemplate] 해결방법 : root-context.xml에 아래부분 추가.. 예전에 했.. myybean.tistory.com 위 블로그를 참고해서ㅠ..
요청된 리소스 [/]은(는) 가용하지 않습니다. https://kkkapuq.tistory.com/92 [Eclipse, Tomcat] Tomcat 404 not found, 요청된 리소스 [/]은(는) 가용하지 않습니다. 문제 사항 이클립스로 톰캣 설정을 하는데, 다음과 같은 에러가 발생한다. 원인 분석 서버 설정에서 Path를 잘못 잡아줬기 때문. 해결 방법 서버 더블클릭해서 설정을 열고, 해당 항목을 ' / ' 하나 kkkapuq.tistory.com 나의 경우도 위와 같은 방법으로 해결했다. 오른쪽 상단의 돋보기 버튼을 눌러서 Servers를 클릭해주고 톰캣서버를 더블클릭 해준다. Modules를 클릭해주면 다음과 같이 나오는데 여기에서 Path를 /로 수정해주면 정상적으로 작동한다.
The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports. https://shinye0213.tistory.com/85 [Tomcat] The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the inval The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports. 이클립스 설치는 이 영상을 참고하면 됨 방법 1... shinye0213.tistory.com 위의 블로그를 참고해서 해결했다. 톰캣 서버를 실행시키려 했을 때 다음과 같은 에러가 났다. W..
Plug-in org.springsource.ide.eclipse.commons.gettingstarted was unable to load class org.springsource.ide.eclipse.commons.gettingstarted.dashboard.WelcomeDashboard. sts를 시작하자마자 나타났던 에러이다. 압축풀기를 할 때 알집으로 풀어주는데, 이름이 너무 길어서 에러가 뜬다는걸 발견하고 폴더 이름을 STS3.9.15로 짧게 변경해준 다음에 안전모드가 아닌 일반모드로 압축을 풀어줬더니 해결됐다. 참고사이트 https://blog.naver.com/neem693/220768135067 STS 시작하자 마자 오류 뜨는 이유. Plug-in org.springsource.ide.eclipse.commons.gettingstarted was unable to load class org.springsour... blog.naver.com