Fukuro192 / yabai

Yet Another Blog Application Implementation
0 stars 0 forks source link

The type `WebSecurityConfigurerAdapter` is deprecated #2

Open Fukuro192 opened 1 year ago

Fukuro192 commented 1 year ago

On the description of the WebSecurityConfigurerAdapter class, it's states the following:

Deprecated: Use a org.springframework.security.web.SecurityFilterChain Bean to configure
HttpSecurity or a WebSecurityCustomizer Bean to configure WebSecurity
Fukuro192 commented 1 year ago

this deprecated class is used in src/main/java/ma/fukuro192/yabai/config/SecurityConfig.java