接口对外暴露,不校验 Authentication Header 头

This commit is contained in:
cqyisbug 2020-05-15 15:27:19 +08:00
parent 8852a21185
commit 40afdfec1b
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ import org.springframework.web.client.RestTemplate;
* <p>
* 1. 支持remoteTokenServices 负载均衡
* 2. 支持 获取用户全部信息
* 3. 接口对外暴露不校验 Authentication Header
*/
@Slf4j
public class PigResourceServerConfigurerAdapter extends ResourceServerConfigurerAdapter {