diff --git a/README.md b/README.md index 2d1a31a..8a9cb0c 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,27 @@ ``` - jar起動 ``` -$ java -jar build/libs/SampleSpring-0.0.1-SNAPSHOT.jar +$ java -jar build/libs/SampleSpringSecurity2-0.0.1-SNAPSHOT.jar ``` -# サンプルアクセス +# 使い方 + +以下にアクセスする ``` -$ curl http://localhost:8080/sample/hello -{"msg":"hello"}% -$ +http://localhost:8080/hello.html ``` +ログイン画面にリダイレクトされる +ログアウトする場合は以下の画面から行う + +``` +http://localhost:8080/logout.html +``` + +ログインしてなくても以下にはアクセス可能 + +``` +http://localhost:8080/sample/hello +```