报错:
Caused by: javax.el.ELException: The identifier [new] is not a valid Java identifier as required by section 1.19 of the EL specification (Identifier ::= Java language identifier). This check can be disabled by setting the system property org.apache.el.parser.SKIP_IDENTIFIER_CHECK to true.
原因是:使用了关键字new,在使用el表达式时,不要使用关键字或与保留字
本文分析了一个关于EL表达式中出现的javax.el.ELException异常,指出使用了关键字new作为标识符导致的问题,并提供了禁用检查的方法。
1万+

被折叠的 条评论
为什么被折叠?



