ぽんこつ日記
id:snoopeanutss
Spring Securityでフォーム認証を実装する(実装編)
SpringSecurityはバージョンごとに設定の書き方が大幅に変更されている。 ここでは、バージョンごとに共通となっている処理の記載方法についてまとめる。 依存関係の追加 dependencies { // Spring implementation 'org.springframework.boot:spring-boot-starter-oauth2-client' testImplementation 'org.springframework…