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

Commit cbdb2dd

Browse files
committed
Merge pull request #117 from CloudCycle2/revert-115-hotfix
Revert "sqlite hotfix for tomcat"
2 parents e04070d + 653e3be commit cbdb2dd

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:csarrepo.db</property>
11+
<property name="connection.url">jdbc:sqlite:src/main/resources/csarrepo.db</property>
1212
<property name="connection.username"></property>
1313
<property name="connection.password"></property>
1414

0 commit comments

Comments
 (0)