https://github.com/kevinmichaelchen/hello-world-spring-boot
Hello World benchmarks using Spring Boot
https://github.com/kevinmichaelchen/hello-world-spring-boot
hello-world spring-boot
Last synced: 3 months ago
JSON representation
Hello World benchmarks using Spring Boot
- Host: GitHub
- URL: https://github.com/kevinmichaelchen/hello-world-spring-boot
- Owner: kevinmichaelchen
- Created: 2018-12-18T16:53:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T16:55:28.000Z (over 6 years ago)
- Last Synced: 2025-02-23T22:43:39.501Z (3 months ago)
- Topics: hello-world, spring-boot
- Language: Java
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-hello-world
A simple Hello World app using Spring Boot 1.5.18.
## Running
You can start the server on port 8080 with
```
./gradlew bootRun
```## Benchmarks
My [benchmarks](https://twitter.com/kevinmchen/status/1075070681111502848) show 35k requests per second.