File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed 
src/main/java/com/example Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1414<parent >
1515<groupId >org.springframework.boot</groupId >
1616<artifactId >spring-boot-starter-parent</artifactId >
17- <version >1.4.0 .RELEASE</version >
17+ <version >1.5.1 .RELEASE</version >
1818<relativePath  /> <!--  lookup parent from repository --> 
1919</parent >
2020
Original file line number Diff line number Diff line change 2626import  org .springframework .beans .factory .annotation .Autowired ;
2727import  org .springframework .boot .SpringApplication ;
2828import  org .springframework .boot .autoconfigure .SpringBootApplication ;
29+ import  org .springframework .boot .autoconfigure .security .SecurityProperties ;
2930import  org .springframework .boot .autoconfigure .security .oauth2 .resource .ResourceServerProperties ;
3031import  org .springframework .boot .autoconfigure .security .oauth2 .resource .UserInfoTokenServices ;
3132import  org .springframework .boot .context .properties .ConfigurationProperties ;
5657@ RestController 
5758@ EnableOAuth2Client 
5859@ EnableAuthorizationServer 
59- @ Order (6 )
60+ @ Order (SecurityProperties . ACCESS_OVERRIDE_ORDER )
6061public  class  SocialApplication  extends  WebSecurityConfigurerAdapter  {
6162
6263@ Autowired 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments