Error starting ApplicationContext. To display the conditions report re-run your application with 'de

导读:

pom文件导入报jar包错误

Error starting ApplicationContext. To display the conditions report re-run your application with 'de

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2019-05-17 00:54:25.589 ERROR 2628 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

An attempt was made to call the method com.google.gson.GsonBuilder.setLenient()Lcom/google/gson/GsonBuilder; but it does not exist. Its class, com.google.gson.GsonBuilder, is available from the following locations:

    jar:file:/C:/Users/Administrator/Desktop/it/maven/repository-3.5/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar!/com/google/gson/GsonBuilder.class

It was loaded from the following location:

    file:/C:/Users/Administrator/Desktop/it/maven/repository-3.5/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar


Action:

Correct the classpath of your application so that it contains a single, compatible version of com.google.gson.GsonBuilder


Process finished with exit code 1


原因
Error starting ApplicationContext. To display the conditions report re-run your application with 'de

jar包版本过低

现在maven的版本

Error starting ApplicationContext. To display the conditions report re-run your application with 'de


解决方案:

   换一个maven的jar包版本导入,使用的版本可能过低。

Error starting ApplicationContext. To display the conditions report re-run your application with 'de