life is egg

@Bean 등록 에러 본문

개인공부/삽질

@Bean 등록 에러

삶은계란진재혁 2023. 1. 11. 13:46

***************************

APPLICATION FAILED TO START

***************************

 

Description:

 

The bean 'timeTraceAop', defined in class path resource [com/example/hellospring/Service/SpringConfig.class], could not be registered. A bean with that name has already been defined in file [C:\Users\zzang\Downloads\java\hello-spring\build\classes\java\main\com\example\hellospring\aop\TimeTraceAop.class] and overriding is disabled.

 

Action:

 

Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true

 

 

 

 

 

>> 동일 클래스에 대해  @Component로 등록했는데 왜 @Bean으로 또 수동등록 하냐고 투덜거리는 모습이다

 

둘중에 하나는 지워주자 

Comments