mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-18 00:59:37 +00:00
* fix: Change h2 database usage to in mem (#2366) * #2366 Add delay option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user