APPLICATION FAILED TO START
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
org.springframework.plugin.core.support.AbstractTypeAwareSupport$BeansOfTypeTargetSource.<init>(AbstractTypeAwareSupport.java:135)
The following method did not exist:
'void org.springframework.util.Assert.notNull(java.lang.Object)'
The calling method’s class, org.springframework.plugin.core.support.AbstractTypeAwareSupport$BeansOfTypeTargetSource, was loaded from the following location:
jar:file:/C:/Users/prash/.m2/repository/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.jar!/org/springframework/plugin/core/support/AbstractTypeAwareSupport$BeansOfTypeTargetSource.class
The called method’s class, org.springframework.util.Assert, is available from the following locations:
jar:file:/C:/Users/prash/.m2/repository/org/springframework/spring-core/6.1.6/spring-core-6.1.6.jar!/org/springframework/util/Assert.class
The called method’s class hierarchy was loaded from the following locations:
org.springframework.util.Assert: file:/C:/Users/prash/.m2/repository/org/springframework/spring-core/6.1.6/spring-core-6.1.6.jar
Action:
Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.plugin.core.support.AbstractTypeAwareSupport$BeansOfTypeTargetSource and org.springframework.util.Assert
Process finished with exit code 1
I want swagger documentation
prashanth patil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.