今天我写了一个简单的springmvc,结果在启动服务器启动不了,出现下面错误:
Information:java: javacTask: 源发行版 8 需要目标发行版 1.8 Information:java: Errors occurred while compiling module 'hellospringmvc' Information:javac 1.8.0_271 was used to compile java sources Information:Module "hellospringmvc" was fully rebuilt due to project configuration/dependencies changes Information:2021/10/19 20:20 - 编译完成 1 个错误 和 0 个警告 in 9 s 112 ms Error:java: Compilation failed: internal java compiler error
解决方法:



