Spring Boot 3 Security (Part 01) Security Config - SecurityFilterChain

Опубликовано: 08 Октябрь 2024
на канале: Spring Boot TUTORIAL.
7,793
104

Spring Boot 3.0.0 Security.

Part 01

Security Configuration.
SecuritFilterChain
FormLogin
HttpBasic

Create security User.

Github: https://github.com/wdkeyser02/SpringB...

Buy me a Coffee: https://ko-fi.com/springbootprogramming

The method authorizeRequests() from the type HttpSecurity is deprecated in the latest Spring Boot version.

New code:
.authorizeHttpRequests().requestMatchers("/")