Skip to content

Commit 2a46b69

Browse files
committed
iluwatar#84 Changed database name
1 parent aa04e7c commit 2a46b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/src/main/resources/applicationContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"
2020
destroy-method="close">
2121
<property name="driverClassName" value="org.h2.Driver" />
22-
<property name="url" value="jdbc:h2:~/databases/person" />
22+
<property name="url" value="jdbc:h2:~/databases/cake" />
2323
<property name="username" value="sa" />
2424
<property name="password" value="sa" />
2525
</bean>

0 commit comments

Comments
 (0)