Error creating bean with name ‘projectingArgumentResolverBeanPostProcessor‘ defined in class path re

content

1. Error message

Second, the solution

1. Error message

org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'projectingArgumentResolverBeanPostProcessor' 
defined in class path resource [org/springframework/data/web/config/ProjectingArgumentResolverRegistrar.class]: BeanPostProcessor before instantiation of bean failed; 
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration': Initialization of bean failed; 
nested exception is java.lang.IllegalArgumentException: 
error Type referred to is not an annotation type: com$move$starteadmin$base$MethodLog
	

Second, the solution

Cause of Error creating bean with name 'projectingArgumentResolverBeanPostProcessor'
: wrong pointcut

An error is reported here due to changing the package name

 

Useful, please like and develop good habits!

If you have any questions, please leave a message!


Guess you like

Origin blog.csdn.net/libusi001/article/details/124417515
Recommended