Maven fails to execute `spring-boot:run` with 'NoClassDefFoundError' after adding a new dependency
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-14
spring-boot maven dependency-management
I recently added a new dependency to my Spring Boot project that uses the latest version of the 'spring-boot-starter-data-jpa' (2.5.6) and the application now f...