idea can not automatically prompt the relevant jar package

Challenges: Today, after pom.xml coordinates into the database, it was found in the configuration data related properties, idea I can not use the jar package introduced, only to find later because when you download the package, not the network, download jar package failure

Solution: cmd into the jar package maven's own warehouse, execute the following command to remove the package download fails, the problem is solved
for / r% i in (* .lastUpdated) do del% i

Screenshot:

Guess you like

Origin www.cnblogs.com/igubai/p/11834155.html