标签:请求 http control rect 视图 返回 info red 图片
因为在Controller的返回都是默认走视图解析器的InternalResourceViewResolver,而视图解析器都是进行请求转发,需要在返回时地址前加入字符redirect: 视图解析器不进行解析,进行重定向
Controller如何进行重定向跳转
原文地址:https://www.cnblogs.com/syhl/p/11455606.html