Skip to content

Commit 85921d5

Browse files
committed
modify build.gradle
1 parent 4124ed0 commit 85921d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ dependencies {
2323
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
2424
implementation 'org.springframework.boot:spring-boot-starter-freemarker'
2525
implementation 'org.springframework.boot:spring-boot-starter-web'
26-
implementation 'org.springframework.boot:spring-boot-starter-security'
2726
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
2827
implementation 'com.google.code.gson:gson'
28+
implementation 'com.h2database:h2'
2929
compileOnly 'org.projectlombok:lombok'
30-
runtimeOnly 'com.h2database:h2'
3130
runtimeOnly 'mysql:mysql-connector-java'
3231
annotationProcessor 'org.projectlombok:lombok'
3332
testImplementation 'org.springframework.boot:spring-boot-starter-test'

0 commit comments

Comments
 (0)