Skip to content

Commit ac7bb57

Browse files
committed
hsql设置默认schema为public
1 parent 199ba72 commit ac7bb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/mybatis-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</transactionManager>
3838
<dataSource type="UNPOOLED">
3939
<property name="driver" value="org.hsqldb.jdbcDriver"/>
40-
<property name="url" value="jdbc:hsqldb:mem:provider"/>
40+
<property name="url" value="jdbc:hsqldb:mem:provider;default_schema=public"/>
4141
<property name="username" value="sa"/>
4242
</dataSource>
4343
</environment>

0 commit comments

Comments
 (0)