[spring-boot3]: Remove component from SecurityMode
This commit is contained in:
parent
e82f686829
commit
03917f18bd
|
@ -6,7 +6,6 @@ import org.springframework.stereotype.Component;
|
|||
|
||||
import java.util.Map;
|
||||
|
||||
@Component
|
||||
public interface SecurityMode {
|
||||
|
||||
HttpSecurity security(HttpSecurity http) throws Exception;
|
||||
|
|
Loading…
Reference in New Issue