Brian Clozel 1c054c56d0 Fix and comment Tomcat configuration 11 gadi atpakaļ
..
src 1c054c56d0 Fix and comment Tomcat configuration 11 gadi atpakaļ
README.md c2589fe4cf Upgrade to Spring Boot 1.0.0.RC4 11 gadi atpakaļ
__init__.py 5203b6e936 Setup repository 12 gadi atpakaļ
benchmark_config 6c4c4c1224 Fix benchmark config and customize tomcat config 12 gadi atpakaļ
pom.xml c2589fe4cf Upgrade to Spring Boot 1.0.0.RC4 11 gadi atpakaļ
setup.py 8ab6d474c5 Upgrade dependencies and fix benchmark setup 11 gadi atpakaļ
source_code e52173f793 Rollback to a more optimal Spring Boot application 12 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: