We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4124ed0 commit 85921d5Copy full SHA for 85921d5
build.gradle
@@ -23,11 +23,10 @@ dependencies {
23
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
24
implementation 'org.springframework.boot:spring-boot-starter-freemarker'
25
implementation 'org.springframework.boot:spring-boot-starter-web'
26
- implementation 'org.springframework.boot:spring-boot-starter-security'
27
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
28
implementation 'com.google.code.gson:gson'
+ implementation 'com.h2database:h2'
29
compileOnly 'org.projectlombok:lombok'
30
- runtimeOnly 'com.h2database:h2'
31
runtimeOnly 'mysql:mysql-connector-java'
32
annotationProcessor 'org.projectlombok:lombok'
33
testImplementation 'org.springframework.boot:spring-boot-starter-test'
0 commit comments