MVC 캐쉬 옵션 - XML

Spring/Spring 2012. 4. 18. 12:31 Posted by 퓨어레드

캐쉬 옵션 ..

 

<bean class = "org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter">
	<property name = "cacheSeconds" value="0" />
</bean>

'Spring > Spring' 카테고리의 다른 글

컨트롤러 에러 페이지 포워딩  (0) 2012.11.02
tomcat + cxf + spring 예제  (0) 2012.05.22
MVC 사용시 기본 Bean 설정 파일 경로 설정  (0) 2012.04.18