Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

Commit e04070d

Browse files
committed
Merge pull request #115 from przytads/hotfix
sqlite hotfix for tomcat, changed path for fixing the error
2 parents 0701140 + 65badc5 commit e04070d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/hibernate.cfg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<property name="dialect">org.hibernate.dialect.SQLiteDialect</property>
99

1010
<property name="connection.driver_class">org.sqlite.JDBC</property>
11-
<property name="connection.url">jdbc:sqlite:src/main/resources/csarrepo.db</property>
11+
<property name="connection.url">jdbc:sqlite:csarrepo.db</property>
1212
<property name="connection.username"></property>
1313
<property name="connection.password"></property>
1414

0 commit comments

Comments
 (0)