[spring-boot3]: Remove component from SecurityMode

This commit is contained in:
Konstantinos Triantafyllou 2024-08-14 14:00:36 +03:00
parent e82f686829
commit 03917f18bd
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import org.springframework.stereotype.Component;
import java.util.Map;
@Component
public interface SecurityMode {
HttpSecurity security(HttpSecurity http) throws Exception;