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 UbuntuEGGHead for Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled

$
0
0

It seems to me that your Hibernate libraries are not found (NoClassDefFoundError: org/hibernate/boot/archive/scan/spi/ScanEnvironment as you can see above).

Try checking to see if Hibernate core is put in as dependency:

<dependency><groupId>org.hibernate</groupId><artifactId>hibernate-core</artifactId><version>5.0.11.Final</version><scope>compile</scope></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>