This project has been created to create Mocks of REST APIs.
- Java 11
- GraalVM 22.3.r17-grl
- Docker
We recommend to use SDKman for the installation of Java versions
sdk install java 22.3.r17-grl
You can list the available candidates for GraalVM with the command:
> sdk list java | grep grl
GraalVM | | 22.3.r19 | grl | | 22.3.r19-grl
| >>> | 22.3.r17 | grl | installed | 22.3.r17-grl
| | 22.3.r11 | grl | | 22.3.r11-grl
./gradlew bootRun
You can refer to file HOW_TO_USE.md for more information regarding how to create API configurations.
Inside the docs
folder there also a sample collection to start working with mock-api