All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pm.extension.rest.camunda-rest-client-spring-boot-example.0.0.3.source-code.application.yml Maven / Gradle / Ivy

Go to download

This example demonstrates how communication remote engine in the application may look like, if Camunda is not already used in the application.

There is a newer version: 0.0.6
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy