Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' of https://github.com/sduerrfeld/aLi…
Browse files Browse the repository at this point in the history
…brary.git into HEAD
  • Loading branch information
Joachim Meyer authored and Joachim Meyer committed Apr 27, 2011
2 parents c0d3c88 + d5a7385 commit cd76d29
Showing 1 changed file with 1 addition and 1 deletion.
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 cd76d29

Please sign in to comment.