TASK:回退;

This commit is contained in:
shahaibo
2024-01-17 10:59:43 +08:00
parent 3452e4c335
commit c5d540686e

View File

@@ -19,6 +19,7 @@ import org.springframework.security.web.authentication.UsernamePasswordAuthentic
import org.springframework.security.web.authentication.www.BasicAuthenticationFilter;
import javax.annotation.Resource;
import java.util.ArrayList;
@EnableWebSecurity
@EnableGlobalMethodSecurity(prePostEnabled = true)