问题:The compiler compliance specifies is 1.5 but JRE1.8 is used
当前的执行环境是1.5又要让它在1.8里面执行,
解决办法:在pom.xml文件中做出相应的改动。
1.找到maven中央仓库https://mvnrepository.com/,搜索maven-compiler-plugin
2.把中央仓库找到的贴到pom文件中
3.
问题:The compiler compliance specifies is 1.5 but JRE1.8 is used
当前的执行环境是1.5又要让它在1.8里面执行,
解决办法:在pom.xml文件中做出相应的改动。
1.找到maven中央仓库https://mvnrepository.com/,搜索maven-compiler-plugin
2.把中央仓库找到的贴到pom文件中
3.
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。