All Projects → camunda → Camunda Bpm Spring Boot Starter

camunda / Camunda Bpm Spring Boot Starter

Licence: apache-2.0
Camunda BPM bootified!

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Camunda Bpm Spring Boot Starter

Event Stream Processing Microservices
Using Spring Cloud Stream and Spring State Machine to create event-driven microservices
Stars: ✭ 255 (-8.27%)
Mutual labels:  spring-boot
Spring Boot Enterprise Application Development
Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》
Stars: ✭ 261 (-6.12%)
Mutual labels:  spring-boot
Ueboot
springboot2.2、spring-data-jpa、iView4、Vue2 、代码生成器、shiro权限管理、前后端分离、java后台管理系统快速开发框架,通过该框架可以在分钟级别内完成单表的前后端增删改查功能。脚手架工程: https://github.com/ueboot/ueboot-starter ,基于这个工程可以直接开发
Stars: ✭ 270 (-2.88%)
Mutual labels:  spring-boot
Spring Boot Demo
Spring Boot & Spring Cloud & Spring Security Demo Case(Spring学习示例实战项目)
Stars: ✭ 255 (-8.27%)
Mutual labels:  spring-boot
Blog Tutorials
⭐️ Codebase for the tutorials on my blog about Java, Spring Boot, AWS, Kotlin and Testing
Stars: ✭ 257 (-7.55%)
Mutual labels:  spring-boot
Spring Auto Restdocs
Spring Auto REST Docs is an extension to Spring REST Docs
Stars: ✭ 265 (-4.68%)
Mutual labels:  spring-boot
Springcloudlearning
《史上最简单的Spring Cloud教程源码》
Stars: ✭ 16,218 (+5733.81%)
Mutual labels:  spring-boot
Spring Cloud Gateway
A Gateway built on Spring Framework 5.x and Spring Boot 2.x providing routing and more.
Stars: ✭ 3,305 (+1088.85%)
Mutual labels:  spring-boot
Zfile
在线云盘、网盘、OneDrive、云存储、私有云、对象存储、h5ai
Stars: ✭ 4,290 (+1443.17%)
Mutual labels:  spring-boot
Spring Cloud Gateway Sample
Sample Spring Cloud Gateway Application
Stars: ✭ 268 (-3.6%)
Mutual labels:  spring-boot
Jwt Spring Security Demo
This is a demo for using JWT (JSON Web Token) with Spring Security and Spring Boot. I completely rewrote my first version. Now this solution is based on the code base from the JHipster Project. I tried to extract the minimal configuration and classes that are needed for JWT-Authentication and did some changes.
Stars: ✭ 2,843 (+922.66%)
Mutual labels:  spring-boot
Org.openwms
Open Warehouse Management System
Stars: ✭ 258 (-7.19%)
Mutual labels:  spring-boot
Ifast
ifast,中小型企业项目开发脚手架,以基础建设和实用性为主。代码简洁易懂。
Stars: ✭ 266 (-4.32%)
Mutual labels:  spring-boot
Rule Engine
🔥 🔥 🔥 📌 规则引擎 📌 RuleEngine 基于web可视化配置,简单高效快捷。
Stars: ✭ 256 (-7.91%)
Mutual labels:  spring-boot
Multitenant
多租户技术
Stars: ✭ 270 (-2.88%)
Mutual labels:  spring-boot
Spring Boot
Spring Boot
Stars: ✭ 58,705 (+21016.91%)
Mutual labels:  spring-boot
Poseidon
poseidon项目是基于Java的商城项目,包括前台商城(),后台管理系统。系统采用SpringCloud+SpringBoot+Mybatis+React等框架进行开发。包括首页展示,商品搜索,商品推荐,购物车,订单等模块。
Stars: ✭ 261 (-6.12%)
Mutual labels:  spring-boot
Eventuate Tram Examples Customers And Orders
An example of Choreography-based sagas in Spring Boot/JPA microservices
Stars: ✭ 276 (-0.72%)
Mutual labels:  spring-boot
Easyee
开源 JavaEE 企业级快速开发平台。提供了 Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI 等技术,包含完整的权限管理系统等。提供自动化代码生成器。 Open source JaveEE enterprise-class rapid development of the basic platform. Integration of Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI and other technologies, including the integrity of the rights management. Provides an automated code generator.
Stars: ✭ 275 (-1.08%)
Mutual labels:  spring-boot
Notes
算法刷题指南、Java多线程与高并发、Java集合源码、Spring boot、Spring Cloud等笔记,源码级学习笔记后续也会更新。
Stars: ✭ 256 (-7.91%)
Mutual labels:  spring-boot

Deprecated

This repository moved here: https://github.com/camunda/camunda-bpm-platform/tree/master/spring-boot-starter

camunda-bpm-spring-boot-starter

[cols="a,a,a"] ,==== // license image::https://img.shields.io/badge/License-Apache%202.0-blue.svg[link="./LICENSE"] // mvn central image::https://maven-badges.herokuapp.com/maven-central/org.camunda.bpm.springboot/camunda-bpm-spring-boot-starter/badge.svg[link="https://maven-badges.herokuapp.com/maven-central/org.camunda.bpm.springboot/camunda-bpm-spring-boot-starter"] // openhub image::https://www.openhub.net/p/camunda-bpm-spring-boot-starter/widgets/project_thin_badge.gif[link="https://www.openhub.net/p/camunda-bpm-spring-boot-starter"] ,====

This project provides Spring Boot starters that allow you to integrate the Camunda BPM Platform into your Spring Boot applications.

Please check out the https://docs.camunda.org/manual/develop/user-guide/spring-boot-integration/[Documentation], the https://docs.camunda.org/get-started/spring-boot/[Getting Started Guide] and the https://github.com/camunda/camunda-bpm-examples/tree/master/spring-boot-starter[Examples].

Resources

JDK 9 and onwards

Beginning with version 3.1-alpha2, Camunda Spring Boot Starter can be used in conjunction with JDK 9 / 10. As Hibernate is part of Camunda Spring Boot Starter it requires JAXB. However, JAXB is deactivated by default (and marked as deprecated) in JDK 9 / 10 and removed entirely in JDK 11. Therefore, it is sensible to re-add JAXB to your Camunda Spring Boot Starter project.

There exist various implementations of JAXB. The following Maven coordinates represent the implementation which is included in the JDKs up to version 10:

<dependency>
  <groupId>com.sun.xml.bind</groupId>
  <artifactId>jaxb-impl</artifactId>
</dependency>

Resources for versions older than 2.3.0

Before version 2.2.0, the project existed as a community extension. Therefore the resources were located in different paths. You can find all the links below.

2.x

1.3.0

Migration hints from < 1.3.0 to >= 1.3.0

[IMPORTANT] We have decided to refactor the configuration mechanism. Especially, we removed the org.camunda.bpm.spring.boot.starter.configuration.CamundaConfiguration interface. For now, each configuration is a org.camunda.bpm.engine.impl.cfg.ProcessEnginePlugin. With this it is possible to hook into preInit, postInit and postProcessEngineBuild, which supports more complex situations. If you have implemented a CamundaConfiguration, you have to switch to ProcessEnginePlugin (and its preInit method). You can also extend your configuration from org.camunda.bpm.spring.boot.starter.configuration.impl.AbstractCamundaConfiguration to avoid a cast to SpringProcessEngineConfiguration.

1.2.1

Credits

The Camunda Spring Boot Starter project used to be the community extension, created and supported by

Starting from version 2.3.0 it was adopted as part of the Camunda BPM Platform.

License

  • The source files in this repository are made available under the link:./LICENSE[Apache License, Version 2.0].
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].