Skip to content

Commit 1c6e131

Browse files
committed
SPR-7604 - Support multiple embedded databases.
Added missing test configuration file.
1 parent 0098478 commit 1c6e131

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<beans xmlns="http://www.springframework.org/schema/beans"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xmlns:jdbc="http://www.springframework.org/schema/jdbc"
5+
xsi:schemaLocation="http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd
6+
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
7+
8+
<jdbc:embedded-database id="firstDataSource" />
9+
<jdbc:embedded-database id="secondDataSource" />
10+
11+
</beans>

0 commit comments

Comments
 (0)