Merge pull request #9243 from kirill-vlasov/BAEL-3969

BAEL-3969 Replacing postgresql database with h2 for integration test
This commit is contained in:
Jonathan Cook 2020-05-05 10:06:25 +02:00 committed by GitHub
commit 54ea2f0614
1 changed files with 3 additions and 4 deletions

View File

@ -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