顺晟科技
2021-08-17 10:36:15
199
我的Java Web Application的context是myweb,即http://localhost:8080/myweb/index.jsp是欢迎页。
现在我的一个Controller的映射为@RequestMapping("/fileUp")。
如果页面的form中的action=“/fileUp”,转向的URL为http://localhost:8080/fileUp,是无效的。
以下是有效的写法,会转向“http://localhost:8080/myweb/fileUp”:
19
2022-10
19
2022-10
02
2022-10
16
2022-09
15
2022-09
15
2022-09