Home > Back-end >  Spring_boot pom file in new projects in the spring - the boot - starter - data - jpa error
Spring_boot pom file in new projects in the spring - the boot - starter - data - jpa error

Time:09-16

Could not transfer an artifact org. Springframework. The boot: spring - the boot - starter - data - jpa: pom: 2.3.1. RELEASE the from/to central (https://repo.maven.apache.org/maven2) : transfer failed for https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-data-jpa/2.3.1.RELEASE/spring-boot-starter-data-jpa-2.3.1.RELEASE.pom

CodePudding user response:

The idea of new spring_boot project in this way, automatic generation of pom file spring - the boot - starter - data - jpa error, seeks to solve

CodePudding user response:

Jar download, not the maven central repository is the maven, which is very slow, can give the maven central repository configuration a domestic, or directly in the pom file specified warehouse
Ali cloud central warehouse

Alimaven
Aliyun maven
http://maven.aliyun.com/nexus/content/groups/public/
Central

CodePudding user response:

This kind of question is generally a maven repository configuration problem, sometimes new git when a new project for warehouse reason incomplete download dependence in the

Solution, and check the IDEA in the configuration whether is the same as the local warehouse, and refresh the project again, to rely on to download, sometimes just refresh again
  • Related