Error creating bean with name
The solution is to add the following dependencies to the POM file
<!--Error creating bean with name-->
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
</dependency>
Run again and solve the problem
Read More:
- Eureka unit test error creating bean with name ‘Eureka autoservice registration’: Singleton bean
- How to Fix Error when integrating spring cloud openfeign with spring cloud Alibaba
- Gateway Error: Cannot resolve org.springframework.cloud:spring-cloud-starter-gateway:unknown
- [Solved] Spring cloud introduces zuul dependency error
- When integrating redis with SSM framework, error creating bean with name ‘rediscontentserviceimpl’ defined in file
- Error creating bean with name ‘redistemplate’ defined in class path resource
- [Solved] Redis Error: Error creating bean with name stringRedisTemplate defined in class path resource
- How to Solve creating bean with name ‘mappingjackson2httpmessageconverter’ error when elasticsearch advanced client starts‘
- [Solved] Error creating bean with name rController‘: Unsatisfied dependency expressed through field
- Error creating bean with name ‘studentMapper‘ defined in file
- How to Solve Error creating bean with name ‘log’loginController’
- AOP Error Cannot resolve reference to bean ‘txPointCut‘ while setting bean property ‘po
- [Solved] UnsatisfiedDependencyException: Error creating bean with name
- Error creating bean with name ‘captchaController‘: Unsatisfied dependency expressed through field ‘c
- SpringBoot Access Clickhouse Error: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘jdbcConverter’ defined in class path resource [***.class]
- [Solved] springmvc:Error creating bean with name ‘org.springframework.cache.interceptor.CacheInterceptor
- [Solved] Spring cloud load balancing, error: no instances available for localhost
- How to Solve Spring Cloud Error context has been closed already
- [Solved] Springboot Error creating bean with name ‘dataSource’ defined in class path resource
- [Solved] nacos Startup Error: Error creating bean with name ‘authFilterRegistration‘ defined in class path resource