Adjust DB naming
This commit is contained in:
parent
29eb3b2a47
commit
c95c1008bd
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -35,3 +35,6 @@ out/
|
|||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
### SQLite DB ###
|
||||
sqlLiteDb
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue