Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stroiker/flexible-load-generator-example
https://github.com/stroiker/flexible-load-generator-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stroiker/flexible-load-generator-example
- Owner: stroiker
- Created: 2023-02-07T22:01:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T12:08:48.000Z (over 1 year ago)
- Last Synced: 2023-10-08T13:24:38.628Z (over 1 year ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Introduction
Example how to use Flexible Load Generator.
# System requirements
- JDK 11
- Gradle# Quick start
1) Run example app from IDE using Gradle task `bootRun`. Or you can run example from IDE using Gradle task `assemble` and running app from main class `me.stroiker.flexibleloadgenerator.example.App` directly.
2) Go to `http://localhost:8080/` and use it.