include openfeign for tenant-commons
This commit is contained in:
parent
69c5f80c8c
commit
c8ace585e1
@ -21,6 +21,7 @@ dependencies {
|
|||||||
implementation("org.springframework.boot:spring-boot-starter-actuator:3.1.2")
|
implementation("org.springframework.boot:spring-boot-starter-actuator:3.1.2")
|
||||||
implementation("com.amazonaws:aws-java-sdk-s3:1.12.514")
|
implementation("com.amazonaws:aws-java-sdk-s3:1.12.514")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-amqp:3.0.6")
|
implementation("org.springframework.boot:spring-boot-starter-amqp:3.0.6")
|
||||||
|
implementation("org.springframework.cloud:spring-cloud-starter-openfeign:4.0.4")
|
||||||
|
|
||||||
// for integration testing only
|
// for integration testing only
|
||||||
testImplementation(project(":layoutparser-service-internal-api"))
|
testImplementation(project(":layoutparser-service-internal-api"))
|
||||||
|
|||||||
@ -2,6 +2,7 @@ info:
|
|||||||
description: Layout Parser Service Processor
|
description: Layout Parser Service Processor
|
||||||
|
|
||||||
tenant-user-management-service.url: "http://tenant-user-management-service:8080/internal"
|
tenant-user-management-service.url: "http://tenant-user-management-service:8080/internal"
|
||||||
|
|
||||||
fforesight.tenants.remote: true
|
fforesight.tenants.remote: true
|
||||||
|
|
||||||
server:
|
server:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user