Adjust DB naming

This commit is contained in:
Torge Hamann 2024-11-17 18:58:02 +01:00
parent 29eb3b2a47
commit c95c1008bd
2 changed files with 4 additions and 1 deletions

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