無法注入httpservletRequest
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.
2021-08-04
代碼也不上,怎么知道你的問題.
估計是你沒有自動注入,可以使用
@bean注解方法和@autowire注解變量