반응형 Back-End16 [MAC] 이클립스 jsnature 오류 일단 "Could not read maven project" 오류 때문에 maven update 시도 했으나 jsnature를 설치하라는 문구가 계속 나왔다. 해결방법 : pom.xml에 xmlns:beans="http://www.springframework.org/schema/beans" 추가한다. 2024. 4. 23. [MAC] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in ServletContext resource [/WEB-INF/spring/action-mybatis.xml] 오류 MacOS : Ventura 13.1 Eclipse : 2021-03 sts : 3 java : 1.8 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in ServletContext resource [/WEB-INF/spring/action-mybatis.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse config resource: class path resource [mybatis/.. 2024. 3. 18. [MAC] "Could not publish server configuration for Tomcat v9.0 Server at localhost.Multiple Contexts have a path of"오류 Could not publish server configuration for Tomcat v9.0 Server at localhost. Multiple Contexts have a path of "/myapp". 1. Tomcat v9.0 Server at localhost 우클릭 해서 Add and Remove로 들어가기 2. 추가할 프로젝트가 없다면 뺐다가 다시 추가해보기 2024. 3. 4. [MAC] Eclipse에서 mvc project 생성 불가(안보임) 해결 1. 이클립스에서 Workspace 생성 2. 해당 폴더 들어가기 3. 해당 폴더에서 shift + cmd + . (숨긴 파일 보기 단축키) 누르기 4. backend(sts3)/.metadata/.plugins/org.springsource.ide.eclipse.commons.content.core 해당 폴더 까지 들어가기 5. https-content.xml 파일 추가 6. 이클립스 재실행 후 프로젝트 생성 7. next 버튼 으로 생성하시면 됩니다. 프로젝트 생성하시면 추가로 extension 설치하라고 하는데 저는 설치 안해봤어요. 혹시 오류나면 글 수정 하겠습니다. 2024. 2. 28. 이전 1 2 3 4 다음 반응형