diff --git a/README.md b/README.md index 155a1f9..2d1a31a 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,13 @@ ``` $ java -jar build/libs/SampleSpring-0.0.1-SNAPSHOT.jar ``` + +# サンプルアクセス + +``` +$ curl http://localhost:8080/sample/hello +{"msg":"hello"}% +$ +``` + +