[挿入]VUE+Spring Download
ケース
@RequestMapping("/export.ajax")
public ModelAndView doExport(HttpServletRequest req,
@ModelAttribute ADto dto) throws Exception {
ModelAndView model = new ModelAndView("excelDownloadBean");
//...
return model;
}
axios.post('~/export.ajax', {responseType:'blob'})
405 method not allowed
<beans:bean class="org.springframework.web.servlet.view.BeanNameViewResolver">
<beans:property name="order" value="0" />
</beans:bean>
BeanNameViewResolver
ModelAndView(Bean)
Reference
この問題について([挿入]VUE+Spring Download), 我々は、より多くの情報をここで見つけました https://velog.io/@gykim/삽질-Vue-Spring-Downloadテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol