Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 85caf8f

Browse files
joemoorecschuyle
authored andcommitted
Configure database for non-test mode
- Move .sql resources to main/resources - Use H2 for both test and non-test. This allows bootRun to work as expected.
1 parent 8add028 commit 85caf8f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
testRuntimeOnly 'org.junit.platform:junit-platform-launcher' // See https://docs.gradle.org/8.3/userguide/upgrading_version_8.html#test_framework_implementation_dependencies
2323

2424
implementation 'org.springframework.data:spring-data-jdbc'
25-
testImplementation 'com.h2database:h2'
25+
implementation 'com.h2database:h2'
2626
}
2727

2828
tasks.named('test') {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)