Skip to content

Latest commit

 

History

History

connector-runtime-spring

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Spring Runtime for Camunda 8 Connectors

This module provides a Spring-based implementation for an embedded Connector Runtime on top of the Connector Runtime Core module.

Note: the recommended way to run the Connector Runtime in a Spring Boot application is to use the Spring Boot starter.

Usage

To add the embeddable Connector runtime to your Spring Boot project, add the following dependency to your Spring project:

<dependency>
  <groupId>io.camunda.connector</groupId>
  <artifactId>connector-runtime-spring</artifactId>
  <version>${version.connectors}</version>
</dependency>

Refer to the Releases page for the latest version.

Spring Configuration

The following Spring @Configuration classes are available to configure the Connector Runtime: