Skip to content

Commit

Permalink
修改注解
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaoHui999 committed May 15, 2024
1 parent 6711d0d commit 9c47553
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
import cn.ponfee.disjob.supervisor.application.SchedGroupService;
import cn.ponfee.disjob.supervisor.auth.SupervisorAuthentication.Subject;
import org.apache.commons.lang3.StringUtils;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.Ordered;
import org.springframework.stereotype.Component;
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes;
import org.springframework.web.method.HandlerMethod;
Expand All @@ -39,7 +39,7 @@
*
* @author Ponfee
*/
@Component
@Configuration
public class AuthenticationConfigurer implements WebMvcConfigurer {

@Override
Expand Down

0 comments on commit 9c47553

Please sign in to comment.