https://github.com/nvinuesa/skeleton-oms-java
Order Management System skeleton in Java / Spring boot, using Camunda BPM
https://github.com/nvinuesa/skeleton-oms-java
camunda-bpm-platform java kafka oms spring-boot
Last synced: 7 months ago
JSON representation
Order Management System skeleton in Java / Spring boot, using Camunda BPM
- Host: GitHub
- URL: https://github.com/nvinuesa/skeleton-oms-java
- Owner: nvinuesa
- License: mit
- Created: 2017-02-04T11:21:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T09:17:30.000Z (over 8 years ago)
- Last Synced: 2025-01-29T17:32:20.159Z (8 months ago)
- Topics: camunda-bpm-platform, java, kafka, oms, spring-boot
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OMS Skeleton
[](https://travis-ci.org/underscorenico/skeleton-oms-java)
[](https://codecov.io/gh/underscorenico/skeleton-oms-java)
[](https://raw.githubusercontent.com/underscorenico/skeleton-oms-java/master/LICENSE.txt)## Overview
This skeleton provides a micro-service for order management.
The stack is the following:- Spring boot
- Camunda BPM
- KafkaCamunda will use an embedded H2 database by default in the tests. Each environment's database can be configured from the application properties.
## Usage
Its usage is pretty straight-forward, just clean install and launch using the tomcat maven plugin (from the camunda-server module):
```
mvn clean install
cd camunda-server/
mvn tomcat7:run
```##Â Contributing
Everyone is welcome to contribute, either by adding features, solving bugs or helping with documentation.
This project embraces [the open code of conduct][codeofconduct] from the [TODO group][todogroup], therefore all of its channels should respect its guidelines.[codeofconduct]: http://todogroup.org/opencodeofconduct
[todogroup]: http://todogroup.org