Michael Hixson 2245d0eb71 Set useSSL=false in more MySQL connection strings (#3148) 7 years ago
..
src 2245d0eb71 Set useSSL=false in more MySQL connection strings (#3148) 7 years ago
README.md 0b11a54c86 Upgrade to spring-boot 1.2.5 10 years ago
benchmark_config.json 72fe5aae4b fixes merge conflicts 8 years ago
pom.xml c4b40c733b Add explicit javax.xml.bind dependency to spring for Java 9 compat (#3115) 7 years ago
setup.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) 8 years ago
source_code 0b11a54c86 Upgrade to spring-boot 1.2.5 10 years ago

README.md

Spring Benchmarking Test

This is the Spring portion of a benchmarking test suite comparing a variety of web development platforms.

This is using several Spring projects to build an application.

How to run this app locally

You can easily run this sample application with an embedded H2 database. For that, simply run:

SPRING_PROFILES_ACTIVE=local mvn spring-boot:run

Guides

Documentation

See Spring projects documentation.

Application Endpoints

When deployed locally, the application uses the 'ROOT' context; for the benchmark, all URLs are prefixed with "/spring". Check out SampleApplication, the main Application file

JSON serialization

Single database query

Multiple database queries

Fortunes

Database updates

Plaintext

Infrastructure Software Versions

The tests were run with: