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

pm.extension.springboot.example.camunda-bpm-spring-boot-starter-example-simple.2.2.0.source-code.application.yaml Maven / Gradle / Ivy

The newest version!
spring.application.name: simpleApplication
spring:
  datasource:
    url: jdbc:h2:mem:example-simple;MODE=Oracle;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
camunda:
  bpm:
    application:
      isDeleteUponUndeploy: false
      isScanForProcessDefinitions: false
      isDeployChangedOnly: true
      isResumePreviousVersions: true
      resumePreviousBy: a value
    job-execution:
      enabled: true
    metrics:
      enabled: false
      db-reporter-activate: false


#camunda.bpm.auto-deployment-enabled: false





© 2015 - 2025 Weber Informatics LLC | Privacy Policy