我照着tutorialspoint的教学一步一步做
https://www.tutorialspoint.com/spring/spring_mvc_hello_world_example.htm
用Eclipse产生的目录结构 (Spring Legacy Project)
![]()
web.xml
![]()
servlet.xml
![]()
controller
![]()
不管是
http://localhost:8080/example <-执行时跳的页面
http://localhost:8080/example/home
http://localhost:8080/HelloWeb/
http://localhost:8080/HelloWeb/home
通通都是404
![]()
求大大好心指点,谢谢