Skip to content

Commit 2f6bcc5

Browse files
author
Christian Wansart
authored
Update build.gradle
disable h2, enable postgres driver
1 parent 0ae76fb commit 2f6bcc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies {
2323
implementation 'org.springframework.boot:spring-boot-starter-web'
2424
implementation 'org.springframework.boot:spring-boot-starter-security'
2525
developmentOnly 'org.springframework.boot:spring-boot-devtools'
26-
runtimeOnly 'com.h2database:h2'
27-
//runtimeOnly 'org.postgresql:postgresql'
26+
//runtimeOnly 'com.h2database:h2'
27+
runtimeOnly 'org.postgresql:postgresql'
2828
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2929
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3030
}

0 commit comments

Comments
 (0)