mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Moved petclinic test configs to resource directory.
This commit is contained in:
+1
-1
@@ -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/>
|
||||
|
||||
+1
-1
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user