
Spring Boot 3 Security (Part 01) Security Config - SecurityFilterChain
8071
108________
Spring Boot 3.0.0 Security.
Part 01
Security Configuration.
SecuritFilterChain
FormLogin
HttpBasic
Create security User.
Github: github.com/wdkeyser02/SpringBootTutorialSecurity/t…
Buy me a Coffee: ko-fi.com/springbootprogramming
The method authorizeRequests() from the type HttpSecurity is deprecated in the latest Spring Boot version.
New code:
.authorizeHttpRequests().requestMatchers("/")
コメント