Commit d1e90910 by xieshaohua

TagCtrl冲命名避免冲突

parent 993f835c
...@@ -33,7 +33,7 @@ import io.swagger.annotations.ApiParam; ...@@ -33,7 +33,7 @@ import io.swagger.annotations.ApiParam;
@Api(value = "标签相关", tags = "标签相关") @Api(value = "标签相关", tags = "标签相关")
@RestController @RestController("tagManagerCtrl")
//@PreAuthorize("principal.authorities.?[authority.startsWith('ROLE_tagmanager_operator')].size() > 0") //@PreAuthorize("principal.authorities.?[authority.startsWith('ROLE_tagmanager_operator')].size() > 0")
public class TagCtrl { public class TagCtrl {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment