Simulator-Service is a powerful tool designed to simulate various services for testing and development purposes using Java Spring.
- Java 17 or higher
- Maven 3.6.0 or higher
To install the Simulator-Service, follow these steps:
git clone https://github.com/Service-Health-Monitor-Portal/Simulator-Service.git
cd Simulator-Service
mvn clean installHere's a quick example of how to run the Simulator-Service:
mvn spring-boot:runTo run the tests, use the following command:
mvn test