Skip to content

omix222/springboot30snapshottry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot3.0系のお試し

SDKサンプル

sdk use java 17.0.5-amzn

ビルド

mvn package

実行

java -jar target/demo30-0.0.1-SNAPSHOT.jar

打鍵

curl localhost:8080/api/v1/book

Apache Benchでの打鍵サンプル

ab -n 100 -c 100 http://localhost:8080/api/v1/book

About

SpringBoot3.0のSnapshotを試すリポジトリです

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published