我正在编写《春 m》3。 当我对法典进行删减时,有一处错误。
List<Connection<?>> connections = connectionRepository.findConnections(providerId);
采用以下方法:
@RequestMapping(value="/{providerId}", method=RequestMethod.GET)
public String connectionStatus(@PathVariable String providerId,
NativeWebRequest request,
Model model) {...}
调度员
例数
Source not found
而当一线穿透镜头时,错误信息是
Expression parsing failed; nested exception is org.springframework.expression.spel.SpelEvaluationException: EL1007E:(pos 22): Field or property name cannot be found on null
我在WEB-INF/lib中添加了org. Cerframework.expression-3.1.0.M2.jar文档。 我也利用“Add External Jars”试图这样做。 希望得到任何帮助。