Merge pull request #8847 from alimate/BAEL-3867
Using An In-Memory H2 Instance instead of a File Based One
This commit is contained in:
commit
80632f53f7
|
@ -5,7 +5,7 @@ spring.jpa.hibernate.ddl-auto=create
|
|||
logging.file=azure.log
|
||||
logging.level.root=info
|
||||
|
||||
spring.datasource.url=jdbc:h2:file:~/test
|
||||
spring.datasource.url=jdbc:h2:mem:azure-test-db
|
||||
spring.datasource.username=sa
|
||||
spring.datasource.password=
|
||||
|
||||
|
|
Loading…
Reference in New Issue