Skip to content

Commit

Permalink
默认配置用户提取组件
Browse files Browse the repository at this point in the history
  • Loading branch information
leecho committed Apr 20, 2018
1 parent 245fdfe commit 80aa6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
import org.springframework.boot.autoconfigure.AutoConfigureBefore;
import org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

/**
* @author LIQIU
* @date 2018-3-26
**/
@Configuration
@AutoConfigureBefore(ResourceServerTokenServicesConfiguration.class)
public class UserPrincipalExtractorConfiguration {

Expand Down

0 comments on commit 80aa6eb

Please sign in to comment.