|
@@ -18,10 +18,12 @@ repositories {
|
|
|
dependencies {
|
|
dependencies {
|
|
|
implementation 'org.springframework.boot:spring-boot-starter-web'
|
|
implementation 'org.springframework.boot:spring-boot-starter-web'
|
|
|
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'
|
|
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'
|
|
|
- implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.0.2'
|
|
|
|
|
implementation 'org.springframework.boot:spring-boot-starter-cache'
|
|
implementation 'org.springframework.boot:spring-boot-starter-cache'
|
|
|
- implementation 'com.github.ben-manes.caffeine:caffeine'
|
|
|
|
|
|
|
+ implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
|
|
|
|
+
|
|
|
|
|
+ implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.0.2'
|
|
|
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
|
|
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
|
|
|
|
|
+ implementation 'com.github.ben-manes.caffeine:caffeine'
|
|
|
|
|
|
|
|
compileOnly 'org.projectlombok:lombok:1.18.30'
|
|
compileOnly 'org.projectlombok:lombok:1.18.30'
|
|
|
annotationProcessor 'org.projectlombok:lombok:1.18.30'
|
|
annotationProcessor 'org.projectlombok:lombok:1.18.30'
|