블로그 이미지

calendar

1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
  • total
  • today
  • yesterday
2011. 4. 28. 11:43 JAVA오픈소스/Spring
자바 파일 3개를 자바파일이 있는 src폴더에 넣고 설정하면됨...
sqlMapConfig와 testcase-dummy 는 건들필요없음..위치변경시는 당연히 변경해야하지만..

dispatcherServlet에 있는 <property name="mappingLocations" value="classpath:com/test/**/*.xml" />
의뜻은 com/test 다음 모든 디렉토리에있는 확장자가 xml인것들을 의미함...

posted by 천상의날개