Skip to content

mikehalma/camunda-bpm-spring-boot-starter

 
 

Repository files navigation

camunda-bpm-spring-boot-starter

Project Stats

Get started

The extension is published on maven central, so if you are using maven, just add the dependency:

<dependency>
  <groupId>org.camunda.bpm.extension</groupId>
  <artifactId>camunda-bpm-spring-boot-starter([-rest|-webapp])</artifactId>
  <version>1.2.1</version>
</dependency>

and then create a simple process application like this one:

@SpringBootApplication
@ProcessApplication
public class WebappExampleProcessApplication extends SpringBootProcessApplication {

  public static void main(String[] args) {
    SpringApplication.run(WebappExampleProcessApplication.class, args);
  }

}

Check out the Documentation and the Examples

Resources

Releases

Roadmap

Maintainer

License

About

Camunda BPM bootified! (autowiring execution listeners example)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 92.7%
  • Shell 4.4%
  • Batchfile 2.9%