Quantcast
Channel: Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled - Stack Overflow
Viewing all articles
Browse latest Browse all 13

Answer by user2898676 for Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled

$
0
0

with Spring boot version 3.0.3 :I solved it by removing JPA dependency Starter ( i dont need it completly)and I replaced it by spring-data-commons and spring-data-jpa

<!-- <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-data-jpa</artifactId><version>3.0.3</version></dependency>                   --><dependency><groupId>org.springframework.data</groupId><artifactId>spring-data-commons</artifactId><version>3.0.2</version></dependency><dependency><groupId>org.springframework.data</groupId><artifactId>spring-data-jpa</artifactId><version>3.0.2</version></dependency>

Viewing all articles
Browse latest Browse all 13

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>