File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
auth-server/src/main/java/com/example Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3333import org .springframework .boot .web .servlet .FilterRegistrationBean ;
3434import org .springframework .context .annotation .Bean ;
3535import org .springframework .context .annotation .Configuration ;
36+ import org .springframework .core .annotation .Order ;
3637import org .springframework .security .config .annotation .web .builders .HttpSecurity ;
3738import org .springframework .security .config .annotation .web .configuration .WebSecurityConfigurerAdapter ;
3839import org .springframework .security .oauth2 .client .OAuth2ClientContext ;
5556@ RestController
5657@ EnableOAuth2Client
5758@ EnableAuthorizationServer
59+ @ Order (200 )
5860public class SocialApplication extends WebSecurityConfigurerAdapter {
5961
6062@ Autowired
You can’t perform that action at this time.
0 commit comments