需求:每个月的10、20日和月末的23点执行一次
配置如下
<property name="cronExpression" value="00 00 23 10,20,L * ?" />
实际报错
Property 'cronExpression' threw exception; nested exception is java.text.ParseException: Support for specifying 'L' and 'LW' with other days of the month is not implemented
求高手如何实现此需求