File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/org/apache/ibatis/submitted/multidb Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
import org .apache .ibatis .mapping .DatabaseIdProvider ;
8
8
9
- public class TestDatabaseIdProvider implements DatabaseIdProvider {
9
+ public class DummyDatabaseIdProvider implements DatabaseIdProvider {
10
10
11
11
private Properties properties ;
12
12
Original file line number Diff line number Diff line change 16
16
<property name =" url" value =" jdbc:hsqldb:mem:gname" />
17
17
<property name =" username" value =" sa" />
18
18
</dataSource >
19
- <database provider =" org.apache.ibatis.submitted.multidb.TestDatabaseIdProvider " >
19
+ <database provider =" org.apache.ibatis.submitted.multidb.DummyDatabaseIdProvider " >
20
20
<property name =" name" value =" translated" />
21
21
</database >
22
22
</environment >
You can’t perform that action at this time.
0 commit comments