-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed as not planned
Labels
for: stackoverflowA question that's better suited to stackoverflow.comA question that's better suited to stackoverflow.comstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
public class BusinessContext implements IBusinessContext
@RequestMapping(value = { "/*.do", "/**/*.do" })
@ResponseBody
// public Map<String, Object> execute(@RequestBody IBusinessContext ctx, HttpServletRequest request, HttpServletResponse response) {
public Map<String, Object> execute(@RequestBody BusinessContext ctx, HttpServletRequest request, HttpServletResponse response) {
// 过滤输出报文
return new HashMap<>();
}
why // public Map<String, Object> execute(@RequestBody IBusinessContext ctx, HttpServletRequest request, HttpServletResponse response) {
this code can not run success in my new project and in my company project it run success?
Metadata
Metadata
Assignees
Labels
for: stackoverflowA question that's better suited to stackoverflow.comA question that's better suited to stackoverflow.comstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid