Moved petclinic test configs to resource directory.

This commit is contained in:
Arjen Poutsma 2009-01-21 22:26:48 +00:00
parent fe31de529b
commit 7f7ff4ea9b
8 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">
<context:property-placeholder location="classpath:jdbc.properties"/>
<context:property-placeholder location="classpath:/jdbc.properties"/>
<context:annotation-config/>

View File

@ -7,7 +7,7 @@
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">
<context:property-placeholder location="classpath:jdbc.properties" />
<context:property-placeholder location="classpath:/jdbc.properties" />
<tx:annotation-driven />