@@ -16,22 +16,17 @@ repositories {
16
16
}
17
17
18
18
dependencies {
19
- implementation ' org.springframework.boot:spring-boot-starter-web'
20
- implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
21
- implementation ' org.springframework.boot:spring-boot-starter-thymeleaf'
22
- implementation ' org.springframework.boot:spring-boot-starter-security'
23
- implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
24
- implementation ' org.springframework.boot:spring-boot-starter-oauth2-client'
25
19
implementation ' io.jsonwebtoken:jjwt:0.9.1'
26
20
implementation ' javax.xml.bind:jaxb-api:2.3.1'
27
-
28
- runtimeOnly ' com.h2database:h2'
29
-
30
- compileOnly ' org.projectlombok:lombok'
21
+ implementation ' org.springframework.boot:spring-boot-starter-web'
22
+ implementation ' org.springframework.boot:spring-boot-starter-security'
23
+ implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
24
+ implementation ' org.springframework.boot:spring-boot-starter-validation'
25
+ implementation ' org.springframework.boot:spring-boot-starter-data-redis'
26
+ implementation ' org.springframework.cloud:spring-cloud-starter-openfeign:4.0.3'
31
27
annotationProcessor ' org.projectlombok:lombok'
32
- testAnnotationProcessor ' org.projectlombok:lombok'
33
-
34
- testImplementation ' org.projectlombok:lombok'
28
+ compileOnly ' org.projectlombok:lombok'
29
+ runtimeOnly ' com.mysql:mysql-connector-j'
35
30
testImplementation ' org.springframework.boot:spring-boot-starter-test'
36
31
testImplementation ' org.springframework.security:spring-security-test'
37
32
}
0 commit comments