摘要: 控制器(Controller) "/":拦截后端接口请求,即通过 、`@RestController @RequestMapping`标记的类,用于后端接口。 "/ ":拦截所有请求,除了后端接口包括,资源文件、JSP页面等。 用web.xml配置,一般配置为"/"。 如果是使用SpringBoot 阅读全文
posted @ 2020-03-28 11:53 cdfive 阅读(774) 评论(0) 推荐(0)