标签: javascript spring spring-boot frontend thymeleaf
Springboot有一个界面,如下所示
@PostMapping(value = "product/send") @ResponseBody public ResponseEntity send(@RequestBody AjaxRequest ajaxRequest) { return service.send(ajaxRequest); }
此接口可能返回图片,字符串或其他类型的数据。我想在前端显示界面结果。我该怎么办? 我用百里香,其他模板也可以实现。谁能帮我?谢谢