- set project java jdk to jdk11
- run the following command below
mvn spring-boot:run
it will run at http://localhost:8090/mocks
- CRUD operations for endpoints
- Simple UI to manage
- Store data in h2 file db (shareable with other people)
- You can specify
ContentType
,ResponseType
or addDelay
ResponseType {
SUCCESS,
FAILURE,
RANDOM
}
ContentType {
REST,
SOAP;
}