|
@@ -17,6 +17,8 @@ import org.springframework.security.crypto.password.PasswordEncoder;
|
|
|
import org.springframework.security.web.SecurityFilterChain;
|
|
import org.springframework.security.web.SecurityFilterChain;
|
|
|
import org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter;
|
|
import org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter;
|
|
|
|
|
|
|
|
|
|
+@Configuration
|
|
|
|
|
+@EnableWebSecurity
|
|
|
@AllArgsConstructor
|
|
@AllArgsConstructor
|
|
|
class SecurityConfiguration {
|
|
class SecurityConfiguration {
|
|
|
|
|
|