问题原因:idea的java complier配置的模块target bytecode version为17
解决方案:
step1.idea的java complier配置的模块target bytecode version改为8
step2.idea的module配置的sources改为8-lambdas,type annotation etc.
问题原因:idea的java complier配置的模块target bytecode version为17
解决方案:
step1.idea的java complier配置的模块target bytecode version改为8
step2.idea的module配置的sources改为8-lambdas,type annotation etc.