Skip to content

Commit

Permalink
h2 als in memory datenbank
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanschuerle committed Apr 27, 2011
1 parent 16f5162 commit d5a7385
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"
destroy-method="close">
<property name="driverClassName" value="org.h2.Driver" />
<property name="url" value="jdbc:h2:~/database/aLibrary" />
<property name="url" value="jdbc:h2:mem:db1" />
<property name="username" value="sa" />
<property name="password" value="" />
</bean>
Expand Down

0 comments on commit d5a7385

Please sign in to comment.