Giter Club home page Giter Club logo

camunda-spring-boot-example's Introduction

Camunda BPM example based on Spring Boot

Based on Camunda Spring Boot starter app

This example packages Camunda BPM platform as Spring Boot Web application with following configured:

  • Spring Boot 2.1 + Java 8
  • Embedded Camunda engine
  • Camunda web applications (cockpit, admin, tasklist)
  • Sample process application and one BPMN process deployed
  • Test user configured with login and password in application.properties
  • BPMN Process sample
  • DMN Decision table sample
  • Service task sample
  • External service task sample
  • Process unit testing
  • Introduction and welcome page - launchpad
  • Swagger UI + OpenSchema.json

Launchpad

Tasklist

Cockpit

User admin

Swagger UI

Building

Execute following:

mvn clean package

Running

To run application at http://localhost:8080 execute:

mvn clean package spring-boot:run

Deploying locally to docker

Execute following to start via Docker

docker build . -t camundacloud/camunda-demo
docker run -d -p 8080:8080 camundacloud/camunda-demo

Security

By default, when running in Docker password are generated for user demo when you run it first time. It is shown on the first line printed by container when it starts:

========= YOUR CAMUNDA PASSWORD IS 123 =========

Specify fixed password by providing CAMUNDA_PWD environment variable using docker or Google Cloud Run.

Deploying to Google Cloud run

gcloud beta run deploy --image gcr.io/camundacloud/camunda-demo --memory=1G

Push to google cloud

Create your GCR in Google Cloud and use your own Docker image.

docker build . -t camundacloud/camunda-demo
docker tag camundacloud/camunda-demo gcr.io/camundacloud/camunda-demo
docker push gcr.io/camundacloud/camunda-demo

camunda-spring-boot-example's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.