Moved petclinic test configs to resource directory.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@567 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
9a30b1c185
commit
13c3c48c32
|
|
@ -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/>
|
||||
|
||||
|
|
@ -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 />
|
||||
|
||||
Loading…
Reference in New Issue