카테고리 없음

MockHttpServletRequest Not Found Exception

generator 2014. 12. 21. 09:45

MockHttpServletRequest 선언시 Not Found Exception 나는 문제는


Spring-test-x.x.jar(Spring-test-2.5.jar) 가 제대로 추가 되어 있는지 확인 해본다.


나는 


<dependency>

<groupId>org.springframework</groupId>

<artifactId>spring-test</artifactId>

<version>${org.springframework-version}</version>

</dependency>


이런 불필요한 짓을 해서 파일이 첨부가 제대로 안되거 있었던거 였다.

(스프링 버젼과 같지 않았음)




https://github.com/robfletcher/grails-gson/issues/38