TarsCloud / Tars

Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.
BSD 3-Clause "New" or "Revised" License
9.79k stars 2.08k forks source link

What might cause this problem as shown in the figure? #803

Closed TARS-Question closed 4 years ago

TARS-Question commented 4 years ago

#803

TARS-Answer commented 4 years ago

This problem is usually caused by maven's inability to download the dependencies normally. The possible reason is that POM configuration is incorrect and the source of corresponding dependencies cannot be accessed, etc. You can try to check the POM configuration and replace the source of dependent packages with domestic mirror source, etc.

TARS-Answer commented 4 years ago

这个问题通常是因为maven无法正常下载依赖造成的,可能原因是pom配置不正确,相应依赖的源无法访问等,可以尝试检查pom配置,替换依赖包的源为国内镜像源等进行尝试