refactor: #2366 Change h2 database usage to in mem (#2776)

* fix: Change h2 database usage to in mem (#2366)

* #2366 Add delay option
This commit is contained in:
Jakub Klimek
2024-01-27 12:07:10 +01:00
committed by GitHub
parent 7a966a5786
commit 0f39267a19
14 changed files with 37 additions and 13 deletions
@@ -2,7 +2,7 @@
spring.main.web-application-type=none
#datasource settings
spring.datasource.url=jdbc:h2:~/databases/cake
spring.datasource.url=jdbc:h2:mem:databases-cake
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=sa