Skip to content

Simple screens and form authentication using spring security.

Notifications You must be signed in to change notification settings

Katsu0424/securityDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

概要

Spring Securityを使って簡単なログイン画面をform認証で実装
認可などはまた次回足していくかも
ログインボタン押下して登録されている認証情報と一致すればログアウト画面に遷移

ログイン画面                   ログアウト画面
image image

環境

  • JDK 17
  • Spring Boot 3.2.0-M1
  • Spring Security 6.2.0-M1
  • Thymeleaf 3.1.1.RELEASE
  • MySQL 8.0.33

実行

プロジェクトをクローン後、以下の手順
※MySQLをローカルで実行できること前提

  1. MySQL起動
net start MySQL80
  1. main()メソッドから起動

または

mvn clean spring-boot:run

ログイン情報(初期データ)

ユーザー名 パスワード パスワード有効期限 アカウント有効期限
user password 9999-12-31 9999-12-31

About

Simple screens and form authentication using spring security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published