【多选题】
以下描述错误的是()
A、控制类上的@Controller @RequestMapping("/calc")这个注解在其他类上一定不能重复出现@Controller @RequestMapping("/calc")。
B、平台提供的rest请求一般是这种形式http://localhost:9000/appname/module/rest/user/,但其中的rest在平台中一定是rest,不可以修改。
C、rest请求所有操作都是无状态的。
D、rest请求对应一个唯一的资源标识。