org.springframework.beans.factory.BeanCreationException: Error creating bean with name xxx

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: VerifyLogin.

When writing aop, I wrote the cut-in expression incorrectly. Just change it.

 

Guess you like

Origin blog.csdn.net/LYXlyxll/article/details/132028392
Recommended