@@ -45,7 +45,7 @@ dependencies {
|
||||
|
||||
|
||||
|
||||
|
||||
testRuntimeOnly 'com.h2database:h2'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testImplementation("org.testcontainers:postgresql:1.21.3")
|
||||
testImplementation("org.testcontainers:junit-jupiter:1.21.4")
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
spring.datasource.url=jdbc:h2:mem:etfo-db;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE
|
||||
spring.datasource.driver-class-name=org.h2.Driver
|
||||
spring.datasource.username=test
|
||||
spring.datasource.password=test
|
||||
spring.jpa.hibernate.ddl-auto=create-drop
|
||||
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
|
||||
firebase.enabled=false
|
||||
Reference in New Issue
Block a user