itsmestefanjay / camunda-gradle-springboot-kotlin-example

Example project on how to integrate a camunda engine with springboot and kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General

This project builds a springboot application based on kotlin with an embedded camunda engine and a sample process

Process

  • the process consist of a timer starter event which triggers every 10s and a service task
  • the service task calls a Kotlin impl of a JavaDelegate which logs some output

Dependencies

  • Kotlin 1.6.+
  • Springboot 2.5.+
  • Camunda 7.16

Plugins

  • the plugin org.jetbrains.kotlin.plugin.spring is a wrapper on top of all-open, and it behaves exactly the same way

Build

Run gradlew bootRun to build and start the application

About

Example project on how to integrate a camunda engine with springboot and kotlin

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%