thymeleaf重定向问题
来源:5-18 -Thymeleaf实战-前台编码-02
慕粉0018533001
2017-11-25
在application.yml配置文件里配置了context-path:test 参数,但在public ModelAndView saveOrUpdateUser(User user)控制器处理返回ModelAndView("redirect:/users")时,spring重定向到了/users,而不是重定向到test/users ,请问是什么原因造成的?
写回答
1回答
-
那我反问你,你访问 users 界面的时候,是访问的 http://localhost:8080/test/users 还是 http://localhost:8080/users
?
如果你回答了,就已经明白了问题所在022017-11-27
基于Spring Boot技术栈博客系统企业级前后端实战
毕设 Elasticsearch搜索+Thymeleaf模板+JPA+Security+BootStrap
1296 学习 · 738 问题
相似问题