💾 Setup SQLite database #3

Merged
torge-hmn merged 4 commits from feat/db-setup into main 2024-11-17 18:09:28 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit c95c1008bd - Show all commits

3
.gitignore vendored
View file

@ -35,3 +35,6 @@ out/
### VS Code ###
.vscode/
### SQLite DB ###
sqlLiteDb

View file

@ -1,5 +1,5 @@
driverClassName=org.sqlite.JDBC
url=jdbc:sqlite:memory:myDb?cache=shared
url=jdbc:sqlite:sqlLiteDb:database?cache=shared
username=admin
password=admin
spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect