且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

找不到Maven依赖项

更新时间:2022-01-08 02:56:25

我认为问题不是IntelliJ,我认为maven无法下载依赖项,因此您可以尝试使用以下命令强制下载依赖项:>

I think the problem is not IntelliJ, I think maven can not download the dependencies, so you can try to force the dependencies download with the following command:

mvn clean install -U