This is a simple spring-boot HTTP server that is used as a target for ReadyAPI performance testing.
Build requirements
- java17
- maven 3.8.x+
Build
$ mvn clean install
$ java [-Dserver.port=portnumber] -jar perf-target-0.0.1.jar
default port is 8080
OpenAPI definition
/swagger-ui/index.html#/
ReadyAPIPerfTest.xml
A sample project to run basic ReadyAPI performance tests. It comes preconfigured with a public test target server that runs the code in this project.