实现表单异步提交并显示消息

This commit is contained in:
F嘉阳
2018-02-08 10:32:34 +08:00
parent 06ba589dfd
commit 213cad2a74
14 changed files with 490 additions and 24 deletions

View File

@@ -26,9 +26,4 @@ public class DataController {
new UserException(ResultEnum.EMPTY_DATA);
return null;
}
@PostMapping("/home/dofeedback")
public void doFeedback(){
}
}