Spring Cloud应用接入华为云微服务CSE( 五 )

@RequestMapping(value = "http://www.kingceram.com/auth", method = RequestMethod.POST)public ResultResponse createAuthenticationToken(@RequestHeader(name= BaseTypeConstants.HEADER_APP_CODE) String appCode, @RequestHeader(name= BaseTypeConstants.HEADER_APP_TYPE String appType),@RequestBody JwtAuthenticationRequest authenticationRequest) throws AuthenticationException{String type = authenticationRequest.getType();… …