msmith-techempower 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
..
src 224f4cf169 Fix spring warnings on ?querys=foo etc 10 gadi atpakaļ
README.md a583e87d19 Moving Java frameworks 11 gadi atpakaļ
__init__.py a583e87d19 Moving Java frameworks 11 gadi atpakaļ
benchmark_config a583e87d19 Moving Java frameworks 11 gadi atpakaļ
install.sh a583e87d19 Moving Java frameworks 11 gadi atpakaļ
pom.xml a583e87d19 Moving Java frameworks 11 gadi atpakaļ
setup.sh 6e232d6071 Fixed up most of the Java frameworks 10 gadi atpakaļ
source_code a583e87d19 Moving Java frameworks 11 gadi atpakaļ

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: