springboot无法访问templates里的页面
springboot无法访问templates里的页面@Controllerpublic class HellowController { @RequestMapping("/index") public String index(){ return "index"; } }将前端的静态html页面放到ttemplates时无法访问视图解析:由于springboot打包方式为jar格式,但是jsp是不支持jar包方式解析,所以springboo
原创
2021-02-22 16:14:35 ·
1096 阅读 ·
0 评论