Description:
Field httpServletRequest in com.miaoshaproject.controller.UserController required a bean of type 'javax.servlet.http.HttpServletRequest' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'javax.servlet.http.HttpServletRequest' in your configuration.
这个压根就注入不了,httpservlectRequest是web容器的,不是交给Spring容器管理的