Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

AlfrescoArchive/activiti-cloud-query-service

Repository files navigation

activiti-cloud-query-service

Join Us in Gitter Build Status Travis Coverage Status Codacy Badge ASL 2.0 CLA security status stability status

Activiti Cloud Query Service & Spring Boot Starters.

Implements a query service that can be added to an application using starter.

Structure:

  • model - Basic JPA entity model for querying.
  • repo - Enables persistence for the core model.
  • rest - Implementation for consuming event stream from runtime bundle and also provides REST endpoints. Uses * spring data.

Note: in order to get this project working propertly in your IDE you'll need to build it a first time from the command line as it has some auto-generated classes.