Page admin V1

This commit is contained in:
jleroy
2024-04-26 11:28:16 +02:00
parent 658f1c3e9c
commit 0c28a4ce14
9 changed files with 56 additions and 23 deletions

View File

@@ -9,6 +9,8 @@ import org.springframework.security.crypto.password.PasswordEncoder;
import org.springframework.security.web.SecurityFilterChain;
import org.springframework.security.web.util.matcher.AntPathRequestMatcher;
import static javax.management.Query.and;
@Configuration
@EnableWebSecurity
public class WebSecurityConfig{