GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
sample-java
/
SampleSpringSecurity2
Browse code
fix README
main
1 parent
76d5b72
commit
fd2bc1690e6cfee3b5d89abb2b341d18d2bd1051
yhornisse
authored
on 30 May 2023
Patch
Showing
1 changed file
README.md
Ignore Space
Show notes
View
README.md
# ビルド ``` $ ./gradlew bootJar ``` # 起動 - 起動 ``` $ ./gradlew bootRun ``` - jar起動 ``` $ java -jar build/libs/SampleSpringSecurity2-0.0.1-SNAPSHOT.jar ``` # 使い方 以下にアクセスする ``` http://localhost:8080/hello.html ``` ログイン画面にリダイレクトされる ログアウトする場合は以下の画面から行う ``` http://localhost:8080/logout.html ``` ログインしてなくても以下にはアクセス可能 ``` http://localhost:8080/sample/hello ```
# ビルド ``` $ ./gradlew bootJar ``` # 起動 - 起動 ``` $ ./gradlew bootRun ``` - jar起動 ``` $ java -jar build/libs/SampleSpring-0.0.1-SNAPSHOT.jar ``` # サンプルアクセス ``` $ curl http://localhost:8080/sample/hello {"msg":"hello"}% $ ```
Show line notes below