xu1009 commented on issue #6764:
URL: https://github.com/apache/skywalking/issues/6764#issuecomment-820405152


      @ApiOperation(value = "xxxx")
       @Monitored(interfaceName = "/xxx")
       @PostMapping(value = "xxx")
       @RequiredRolePermission(permissionId = Constants.XXX)
       public ServiceResponse<String> XXX( @RequestBody @Validated XXXX 
request) {
           return new ServiceResponse<>("success");
       }
   but only RequiredRolePermission annotation make it can not enhance class, 
other annotation is ok
   
   when remove RequiredRolePermission it work
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to