Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

623
Views
Error al leer el descriptor de artefacto Spring Boot

Agregué dependencia para spring-boot-starter-data-jpa y spring-boot-starter-jdbc . Y tengo un problema: "Error al leer el descriptor del artefacto..."

esto es un error

Descargué jars y los agregué manualmente en la carpeta donde están todas las dependencias y agregué como Bibliotecas referenciadas, pero no ayudó. ¿Alguien me puede ayudar?

Esto es parte de pom.xml:

 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.2.RELEASE</version> <relativePath/> <!-- lookup parent from repository --> </parent> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency>
about 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Descargar los archivos jar y agregarlos manualmente no agregará las dependencias ni las dependencias secundarias. Además, el pom no se habría actualizado. Intenta eliminar las siguientes carpetas

 org.springframework.boot:spring-boot-starter-jdbc org.springframework.boot:spring-boot-starter-data-jpa

desde su repositorio maven (.m2) y actualice el proyecto maven (ALT + F5).

Luego puede obtener el error real (si existe) que puede publicar aquí.

about 4 years ago · Santiago Trujillo Report

0

Es muy simple resolver este problema. Simplemente elimine la carpeta .m2 de los usuarios/nombre de usuario/ubicación y actualice el proyecto maven en su espacio de trabajo de eclipse o elimine el proyecto e importe nuevamente.

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!