Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudioaltamura/spring-boot-virtual-threads
Spring Boot Virtual Threads example
https://github.com/claudioaltamura/spring-boot-virtual-threads
github-actions java maven spring-boot
Last synced: 16 days ago
JSON representation
Spring Boot Virtual Threads example
- Host: GitHub
- URL: https://github.com/claudioaltamura/spring-boot-virtual-threads
- Owner: claudioaltamura
- License: mit
- Created: 2023-09-25T15:17:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T09:00:28.000Z (17 days ago)
- Last Synced: 2025-01-08T09:40:31.955Z (17 days ago)
- Topics: github-actions, java, maven, spring-boot
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/claudioaltamura/spring-boot-virtual-threads/ci.yml?branch=main)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# spring-boot-virtual-threads
Spring Boot Virtual Threads example## Branches
### main
branch without virtual thread configuration
https://github.com/claudioaltamura/spring-boot-virtual-threads/tree/main
### virtual_threads
branch with virtual thread configuration
https://github.com/claudioaltamura/spring-boot-virtual-threads/tree/virtual_threads
## Run
### curl examplecurl -w "%{time_total} s" -o /dev/null -sL http://localhost:8080/calculate/100
## Benchmarking
### simple benchmark toolrun SimpleBenchmarkingTool.java