Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a83c461

Browse files
committed
Create H2 storage directory in target/ directory.
1 parent b205813 commit a83c461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎chapter7/spring-standalone-swing/src/main/resources/spring-context.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<property name="driverClassName" value="org.hsqldb.jdbcDriver" />
4040
<!-- <property name="url" value="jdbc:hsqldb:mem:artwork" /> -->
4141
<property name="url"
42-
value="jdbc:hsqldb:file:storage/myRealDatabase;shutdown=true" />
42+
value="jdbc:hsqldb:file:target/storage/myRealDatabase;shutdown=true" />
4343
<property name="username" value="sa" />
4444
<property name="password" value="password" />
4545
</bean>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /