Merge pull request #9243 from kirill-vlasov/BAEL-3969
BAEL-3969 Replacing postgresql database with h2 for integration test
This commit is contained in:
commit
54ea2f0614
|
@ -1,5 +1,4 @@
|
|||
spring.datasource.url=jdbc:postgresql://localhost:5432/test
|
||||
spring.datasource.driver-class-name=org.h2.Driver
|
||||
spring.datasource.url=jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
|
||||
spring.datasource.username=test
|
||||
spring.datasource.password=test
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=create
|
||||
spring.datasource.password=test
|
Loading…
Reference in New Issue