File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11dependencies {
22 implementation(project(" :nmnb-application" ))
3- implementation(project(" :nmnb-domain" ))
43
54 implementation(" org.springframework.boot:spring-boot-starter-web" )
65 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin" )
@@ -9,9 +8,6 @@ dependencies {
98
109 // Swagger
1110 implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0" )
12-
13- // Redis
14- implementation (" org.springframework.boot:spring-boot-starter-data-redis" )
1511}
1612
1713tasks.bootJar {
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ dependencies {
66
77 // Webflux
88 implementation (" org.springframework.boot:spring-boot-starter-webflux" )
9-
10- // R2dbc Redis
11- implementation(" org.springframework.boot:spring-boot-starter-data-redis-reactive" )
129}
1310
1411tasks.bootJar {
You can’t perform that action at this time.
0 commit comments