问题原因: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版本冲突解决
问题原因:idea的java complier配置的模块target bytecode version为17
解决方案:
step1.idea的java complier配置的模块target bytecode version改为8
step2.idea的module配置的sources改为8-lambdas,type annotation etc.
1863
547

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