diff --git a/README.md b/README.md new file mode 100644 index 0000000..07b5ee0 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ + +# ビルド + +``` +$ ./gradlew bootJar +``` + +# 起動 + +- 起動 +``` +$ ./gradlew bootRun +``` +- jar起動 +``` +$ java -jar build/libs/SampleSpringSecurity3-0.0.1-SNAPSHOT.jar +``` + +# 使い方 + +以下にアクセスする + +``` +http://localhost:8080/hello.html +``` + +ログイン画面にリダイレクトされる +ログアウトは以下で行う + + +``` +http://localhost:8080/logout +```