摘要: 1.新建测试类。若用idea,可用alt+insert快捷键生成。 2.测试类加上这两个注解: @RunWith(SpringJUnit4ClassRunner.class)@SpringBootTest(classes = Application.class) (Application.class 阅读全文
posted @ 2019-07-01 19:39 龙门之桐 阅读(3906) 评论(0) 推荐(0) 编辑
摘要: 1.在前端使用window.location.href访问下载方法api,而非ajax。 2.若后台报HttpMediaTypeNotAcceptableException: Could not find acceptable representation异常,将下载方法的返回值改为void。 阅读全文
posted @ 2019-07-01 19:12 龙门之桐 阅读(1393) 评论(0) 推荐(0) 编辑