CIMET2 allows developers to avoid degrading the architecture of their Microservice Systems BEFORE changes are implemented. In a world where Microservice Systems rule them all developers need a way to navigate the complex interconnections between services and understand how new changes impact them. Our tool disrupts the traditional development process of Microservice Systems, save time, save money and use CIMET2!
To install the project, follow these steps:
git clone https://github.com/cloudhubs/cimet2.git
cd repository
mvn install
After the installation is complete, you can run the project using either Maven or by executing the JAR file:
mvn clean package -P run-history
java -jar cimet2-data.jar
{
"systemName": "systemName",
"repositoryURL": "http://gitRepository.git",
"baseBranch": "master"
}