Java/Error note (2) 썸네일형 리스트형 org.springframework.beans.factory.BeanCreationException 근본 원인에 다음과 같이 적혀있었다. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'serveyController' method serveyController 함수에서 매핑.. Maven) Could not resolve archetype org.apache.maven.archetypes 다음과 같은 에러는 새로 메이븐 프로젝트 생성할때 발생했다. 해결방법은 다음과 같다. 자신의 사용자 명의 폴더로 접근후 .m2파일을 삭제하면 해결할 수 있다. .m2안의 리파지토리를 자동으로 재지정해주는 작업이라 설정 초기화가 되어 해결 된 것 같다. pom.xml 의존설정 후 Update Project까지 해주면 작업환경을 재설정 할 수 있다. 이전 1 다음