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 1b6fa7e commit d15304aCopy full SHA for d15304a
build.gradle
@@ -44,6 +44,7 @@ dependencies {
44
developmentOnly 'org.springframework.boot:spring-boot-devtools'
45
runtimeOnly 'com.oracle.database.jdbc:ojdbc11'
46
annotationProcessor 'org.projectlombok:lombok'
47
+ testImplementation 'com.h2database:h2'
48
testImplementation 'org.springframework.boot:spring-boot-starter-test'
49
testImplementation 'org.springframework.security:spring-security-test'
50
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments