maven与idea版本适配问题
1.版本对应关系——3.6.3
注意:针对一些老项目 还是尽量采用 3.6.3版本,针对idea各个版本的兼容性就很兼容
0.IDEA 2022 兼容maven 3.8.1及之前的所用版本
1.IDEA 2021 兼容maven 3.8.1及之前的所用版本
2.IDEA 2020 兼容Maven 3.6.3及之前所有版本
3.IDEA 2018 兼容Maven3.6.1及之前所有版本
2. idea因为版本问题产生的错误Process terminated
1.先查看日志分析原因
SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2.分析原因
maven版本不适合该版本idea文章来源:https://www.toymoban.com/news/detail-499297.html
3.解决
更换版本为3.6.3文章来源地址https://www.toymoban.com/news/detail-499297.html
到了这里,关于maven与idea版本适配问题的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!