Skip to content

gskorupa/cricket

Repository files navigation

Cricket Microservices Framework for Java.

Building microservices

Add dependency to your pom.xml

<dependency>
    <groupId>org.cricketmsf</groupId>
    <artifactId>cricket</artifactId>
    <version>2.0.0-rc36</version>
</dependency>

Headless CMS

NEED TO BE UPDATED

Downlod criket.jar from Maven Central or build yourself (see below).

Download admin web application

Examples

NEED TO BE UPDATED

Development

Clone repository

$ git clone https://github.com/gskorupa/cricket.git

Build

$ mvn package

More information

Go to https://cricketmsf.org to find more information about the platform.

In case of problems or questions please create issue in the project Github repository.