HTTP Mock Server / Rest & SOAP

How to run?

  • set project java jdk to jdk11
  • run the following command below
  mvn spring-boot:run

Features

  • CRUD operations for endpoints
  • Simple UI to manage
  • Store data in h2 file db (shareable with other people)
  • You can specify ContentType, ResponseType or add Delay
ResponseType {
  SUCCESS,
  FAILURE,
  RANDOM
}
ContentType {
  REST,
  SOAP;
}