We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae76fb commit 2f6bcc5Copy full SHA for 2f6bcc5
build.gradle
@@ -23,8 +23,8 @@ dependencies {
23
implementation 'org.springframework.boot:spring-boot-starter-web'
24
implementation 'org.springframework.boot:spring-boot-starter-security'
25
developmentOnly 'org.springframework.boot:spring-boot-devtools'
26
- runtimeOnly 'com.h2database:h2'
27
- //runtimeOnly 'org.postgresql:postgresql'
+ //runtimeOnly 'com.h2database:h2'
+ runtimeOnly 'org.postgresql:postgresql'
28
testImplementation 'org.springframework.boot:spring-boot-starter-test'
29
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
30
}
0 commit comments