packagecom.example.service.impl;importcom.example.mapper.UserMapper;importcom.example.pojo.User;importcom.example.pojo.re;importcom.example.service.UserService;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.stereotype.Service;importjava.util.List;@ServicepublicclassUserSe...
在Spring MVC框架中跳转到WEB-INF目录下的jsp文件的界面的方法(WEB-INF目录下的界面有时不可以直接访问等等,要通过控制器controller这个类似于servlet的文件的转发来实现跳转 在Spring MVC框架中的form框架的表单提交的话,也是要提交到要跳转到要接收提交过来的信息的界面。@RequestMapping中命名的值的话就是form中action...