在springboot项目里使用logback报如下错误 14:25:46,762 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@3:72 - no applicable action for [springProperty], current ElementPath is [[configuration][springPropert
The method parseRequest(RequestContext) in the type FileUploadBase is not applicable for the arguments (HttpServletRequest) 原因是导入包错误 默认导入的是 import org.apache.tomcat.util.http.fileupload.FileItem; imp
@OverrideTpmtModelDAO tpmtModelDAO; 报错: '@Override' not applicable to field 其他impl的代码复制过来是正常的,没有报错 @AutowiredAccountDAO accountDAO; 原因:错把 @Autowired 注解写成了 @Override