Newer
Older
SampleSpringSecurity2 / README.md
yhornisse on 30 May 2023 517 bytes fix README

# ビルド

```
$ ./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
```