123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- [32m2024-03-07 10:53:20,889[0;39m [1;31mERROR[0;39m [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- The bean 'webClient', defined in class path resource [com/backendsys/service/HttpTodo/HttpTodoConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/backendsys/service/Ali/AliDashscopeConfig.class] and overriding is disabled.
- Action:
- Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
- [32m2024-03-07 10:54:27,467[0;39m [1;31mERROR[0;39m [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Field aliDashscopeService in com.backendsys.controller.api.Ali.AliDashscopeController required a bean of type 'com.backendsys.service.Ali.AliDashscopeService' that could not be found.
- The injection point has the following annotations:
- - @org.springframework.beans.factory.annotation.Autowired(required=true)
- Action:
- Consider defining a bean of type 'com.backendsys.service.Ali.AliDashscopeService' in your configuration.
- [32m2024-03-07 11:27:31,773[0;39m [1;31mERROR[0;39m [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- The bean 'webClient', defined in class path resource [com/backendsys/service/HttpTodo/HttpTodoConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/backendsys/service/Ali/AliDashscopeConfig.class] and overriding is disabled.
- Action:
- Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
- [32m2024-03-07 11:29:17,268[0;39m [1;31mERROR[0;39m [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Field aliDashscopeService in com.backendsys.controller.api.Ali.AliDashscopeController required a bean of type 'com.backendsys.service.Ali.AliDashscopeService' that could not be found.
- The injection point has the following annotations:
- - @org.springframework.beans.factory.annotation.Autowired(required=true)
- Action:
- Consider defining a bean of type 'com.backendsys.service.Ali.AliDashscopeService' in your configuration.
- [32m2024-03-07 11:31:04,046[0;39m [1;31mERROR[0;39m [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- The bean 'requestTodoService', defined in class path resource [com/backendsys/service/HttpTodo/HttpTodoConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/backendsys/service/Ali/AliDashscopeConfig.class] and overriding is disabled.
- Action:
- Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
- [32m2024-03-07 13:52:39,745[0;39m [1;31mERROR[0;39m [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Field httpTodoService in com.backendsys.controller.api.TestController required a bean of type 'com.backendsys.service.HttpTodo.HttpTodoService' that could not be found.
- The injection point has the following annotations:
- - @org.springframework.beans.factory.annotation.Autowired(required=true)
- Action:
- Consider defining a bean of type 'com.backendsys.service.HttpTodo.HttpTodoService' in your configuration.
- [32m2024-03-07 15:01:08,510[0;39m [1;31mERROR[0;39m [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Field httpTodoService in com.backendsys.controller.api.TestController required a bean of type 'com.backendsys.service.HttpTodo.HttpTodoService' that could not be found.
- The injection point has the following annotations:
- - @org.springframework.beans.factory.annotation.Autowired(required=true)
- Action:
- Consider defining a bean of type 'com.backendsys.service.HttpTodo.HttpTodoService' in your configuration.
- [32m2024-03-07 15:22:32,658[0;39m [1;31mERROR[0;39m [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Field aliDashscopeService in com.backendsys.controller.api.Ali.AliDashscopeController required a single bean, but 2 were found:
- - aliDashscopeServiceImpl: defined in file [D:\CodeJava\QuickLaunchSpring\BackendSys\target\classes\com\backendsys\service\Ali\AliDashscopeServiceImpl.class]
- - requestAliDashscopeService: defined by method 'requestAliDashscopeService' in class path resource [com/backendsys/service/Ali/AliDashscopeConfig.class]
- Action:
- Consider marking one of the beans as @Primary, updating the consumer to accept multiple beans, or using @Qualifier to identify the bean that should be consumed
- [32m2024-03-07 15:23:44,016[0;39m [1;31mERROR[0;39m [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Field aliDashscopeService in com.backendsys.controller.api.Ali.AliDashscopeController required a single bean, but 2 were found:
- - aliDashscopeServiceImpl: defined in file [D:\CodeJava\QuickLaunchSpring\BackendSys\target\classes\com\backendsys\service\Ali\AliDashscopeServiceImpl.class]
- - requestAliDashscopeService: defined by method 'requestAliDashscopeService' in class path resource [com/backendsys/service/Ali/AliDashscopeConfig.class]
- Action:
- Consider marking one of the beans as @Primary, updating the consumer to accept multiple beans, or using @Qualifier to identify the bean that should be consumed
|