Java web application for server testing

I am looking for a simple open source or reference application that I could use to test some Java servers. The primary server is Tomcat, and the database is MySQL. Are there some reasonable examples of apps that are pretty easy to get up and work with?

An ideal application would be fairly stateless and accessible without authentication so that it can be easily used for stress testing.

+3
source share
1 answer

There are spring examples, PetClinic and JPetStore . In these links you can find some more applications.

+2
source

Source: https://habr.com/ru/post/1712405/


All Articles