Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'articlePortalController': Unsatisfied dependency expressed through field 'userControllerApi'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.imooc.api.controller.user.UserControllerApi': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: RequestParam.value() was empty on parameter 0
启动的报错就是这个,注入不进来无法启动