본문 바로가기
반응형

Back-End/Spring7

[STS] No goals have been specified for this build 오류 운영체제 : Windows 11 IDE : IntelliJ(2024.1.4) 언어 : Java 프레임워크 : Spring(3.2.5) DB : PostgreSQLRun Configurations 설정에 Goals 설정이 되어 있지 않아서 그런듯 하다.해결 : Goals: 에 install 이라고 적어주면 빌드가 가능하다 2024. 9. 19.
[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.
반응형