pm.extension.rest.camunda-rest-client-spring-boot-example.0.0.3.source-code.application.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-rest-client-spring-boot-example Show documentation
Show all versions of camunda-rest-client-spring-boot-example Show documentation
This example demonstrates how communication remote engine in the
application may look like, if Camunda is not already used in the application.
spring:
application:
name: RestClientExample
server:
port: 8082
feign:
client:
config:
remoteRuntimeService:
url: "http://localhost:8083/rest/engine/default/"
remoteRepositoryService:
url: "http://localhost:8083/rest/engine/default/"
logging:
level:
org.camunda.bpm.extension.rest.client.RuntimeServiceClient: DEBUG
org.camunda.bpm.extension.rest.client.RepositoryServiceClient: DEBUG