984763176 发表于 2021-7-15 09:55

666666666
666666666666666

RUInalan 发表于 2021-7-15 10:37

6666666666666666666666666666666666666

yangg1118 发表于 2021-7-15 10:42

666666666666666666666666666

Elfen 发表于 2021-7-15 16:26

11111111111111111

specialcrazy 发表于 2021-7-15 17:49

66666666666666666666666666

诺亚BB 发表于 2021-7-16 00:01

2020黑马大数据基础班42期 完整资料

hyq6279 发表于 2021-7-16 06:59

2020黑马大数据基础班42期

cactusli 发表于 2021-7-16 08:58

@Autowired
    private ConsumerTokenServices consumerTokenServices;

    @GetMapping("oauth/test")
    public String testOauth() {
      return "oauth";
    }

    @GetMapping("user")
    public Principal currentUser(Principal principal) {
      return principal;
    }

    @DeleteMapping("signout")
    public FebsResponse signout(HttpServletRequest request) throws FebsAuthException {
      String authorization = request.getHeader("Authorization");
      String token = StringUtils.replace(authorization, "bearer ", "");
      FebsResponse febsResponse = new FebsResponse();
      if (!consumerTokenServices.revokeToken(token)) {
            throw new FebsAuthException("退出登录失败");
      }
      return febsResponse.message("退出登录成功");
    } @Autowired
    private ConsumerTokenServices consumerTokenServices;

    @GetMapping("oauth/test")
    public String testOauth() {
      return "oauth";
    }

    @GetMapping("user")
    public Principal currentUser(Principal principal) {
      return principal;
    }

    @DeleteMapping("signout")
    public FebsResponse signout(HttpServletRequest request) throws FebsAuthException {
      String authorization = request.getHeader("Authorization");
      String token = StringUtils.replace(authorization, "bearer ", "");
      FebsResponse febsResponse = new FebsResponse();
      if (!consumerTokenServices.revokeToken(token)) {
            throw new FebsAuthException("退出登录失败");
      }
      return febsResponse.message("退出登录成功");
    }

kimi 发表于 2021-7-16 09:31

66666666666666666666

ljs904123126 发表于 2021-7-16 10:30

2020黑马大数据基础班42期 完整资料 [修改]
页: 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32
查看完整版本: 2020黑马大数据基础班42期 完整资料