标签: spring eclipse
我已经安装了Spring MVC工具,当我创建spring mvc项目时,我的pom.xml中的错误很少。有三个错误:
https://chromedevtools.github.io/debugger-protocol-viewer/
答案 0 :(得分:1)
由于连接问题,Maven有些Jars未在本地存储库中正确下载,请尝试执行mvn -U install或删除本地存储库${username_directory}/.m2并执行maven update。
mvn -U install
${username_directory}/.m2
maven update