Skip to content

This is Springboot BuggyApp application that is used to simulate various performance problems.

Notifications You must be signed in to change notification settings

ycrash/springboot-buggyapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot Buggy API Services

The SpringBoot Buggy API Service, has endpoints designed to simulate Java performance problems for tool testing and analysis.


SSH: git clone [email protected]:ycrash/springboot-buggyapi.git
HTTP: git clone https://github.com/ycrash/springboot-buggyapi.git

** Pre-Requiste **

To run this, you need the following installed and configured in your path.

  1. Java 1.8 or higher
  2. Maven 3.0 or higher

** Build the application ** Please navigate to the folder and execute the following commands in your terminal.

  1. cd springboot-buggyapi
  2. mvn clean
  3. mvn install cd target

OR

** Download the application jar ** Download latest SpringBoot Buggy Api from here.

** Run the application **

  1. java -jar ycrash.springboot*.jar
  2. Open the application in the browser http:https://{your-host}:8090/swagger-ui.html to invoke the java performance problems using UI

or curl command example curl http:https://{your-host:8090}/v1/invoke/blocked-state

Note. You can change the port from default(8090) in the application properties.


Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Apache license 2.0

About

This is Springboot BuggyApp application that is used to simulate various performance problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages