목록Spring/Error (5)
Chanho_Park
프로젝트를 git에서 clone에서 가져와서 import 시키고 실행을 하려는데 run on server 가 보이지 않는다. 프로젝트 우클릭 -> properties -> Project Facets -> (뜨는 버튼 눌러주고) -> Dynamic Web Moduel , Java 체크 -> apply and close
There is no getter for property names '변수' in 'class java.langString' 변수 하나를 넘겨서 Mybatis 작성 시 변수 하나는 인식을 못하므로 Mybatis xml 에서 value 로 써주면 인식가능해짐.
Spring maven 프로젝트 run 중 다른 사람은 잘 작동하는데 내꺼에서는 작동하지 않는 문제 발생 아래와 같은 에러가 계속 나왔다. Controller에도 web.xml에도 다 잘 작성했는데 계속 이와 같은 오류가 발생했다. WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/controller/] in DispatcherServlet with name 'appServlet' [해결방법] 프로젝트 오른쪽버튼 properties - Java Build Path - Libraries 에 가면 ojdbc가 빨간색으로 x 표시 되어있을것이다. 해당 Jar를 Remove 해준 뒤 A..
pom.xml 에 들어가서 체크 된 HTTP/1.1 부분을 8080 -> 8081 로 변경
이러한 에러가 발생 Driver net.sf.log4jdbc.sql.jdbcapi INFO : org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization started INFO : org.springframework.web.context.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Fri Oct 28 09:40:52 KST 2022]; root of context hierarchy INFO : org.springframework.beans.factory.xml.XmlBeanDefinition..