springboot-error_0.log 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. 2024-03-07 10:53:20,889 ERROR [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
  2. ***************************
  3. APPLICATION FAILED TO START
  4. ***************************
  5. Description:
  6. 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.
  7. Action:
  8. Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
  9. 2024-03-07 10:54:27,467 ERROR [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
  10. ***************************
  11. APPLICATION FAILED TO START
  12. ***************************
  13. Description:
  14. Field aliDashscopeService in com.backendsys.controller.api.Ali.AliDashscopeController required a bean of type 'com.backendsys.service.Ali.AliDashscopeService' that could not be found.
  15. The injection point has the following annotations:
  16. - @org.springframework.beans.factory.annotation.Autowired(required=true)
  17. Action:
  18. Consider defining a bean of type 'com.backendsys.service.Ali.AliDashscopeService' in your configuration.
  19. 2024-03-07 11:27:31,773 ERROR [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
  20. ***************************
  21. APPLICATION FAILED TO START
  22. ***************************
  23. Description:
  24. 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.
  25. Action:
  26. Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
  27. 2024-03-07 11:29:17,268 ERROR [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
  28. ***************************
  29. APPLICATION FAILED TO START
  30. ***************************
  31. Description:
  32. Field aliDashscopeService in com.backendsys.controller.api.Ali.AliDashscopeController required a bean of type 'com.backendsys.service.Ali.AliDashscopeService' that could not be found.
  33. The injection point has the following annotations:
  34. - @org.springframework.beans.factory.annotation.Autowired(required=true)
  35. Action:
  36. Consider defining a bean of type 'com.backendsys.service.Ali.AliDashscopeService' in your configuration.
  37. 2024-03-07 11:31:04,046 ERROR [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
  38. ***************************
  39. APPLICATION FAILED TO START
  40. ***************************
  41. Description:
  42. 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.
  43. Action:
  44. Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
  45. 2024-03-07 13:52:39,745 ERROR [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
  46. ***************************
  47. APPLICATION FAILED TO START
  48. ***************************
  49. Description:
  50. Field httpTodoService in com.backendsys.controller.api.TestController required a bean of type 'com.backendsys.service.HttpTodo.HttpTodoService' that could not be found.
  51. The injection point has the following annotations:
  52. - @org.springframework.beans.factory.annotation.Autowired(required=true)
  53. Action:
  54. Consider defining a bean of type 'com.backendsys.service.HttpTodo.HttpTodoService' in your configuration.
  55. 2024-03-07 15:01:08,510 ERROR [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
  56. ***************************
  57. APPLICATION FAILED TO START
  58. ***************************
  59. Description:
  60. Field httpTodoService in com.backendsys.controller.api.TestController required a bean of type 'com.backendsys.service.HttpTodo.HttpTodoService' that could not be found.
  61. The injection point has the following annotations:
  62. - @org.springframework.beans.factory.annotation.Autowired(required=true)
  63. Action:
  64. Consider defining a bean of type 'com.backendsys.service.HttpTodo.HttpTodoService' in your configuration.
  65. 2024-03-07 15:22:32,658 ERROR [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
  66. ***************************
  67. APPLICATION FAILED TO START
  68. ***************************
  69. Description:
  70. Field aliDashscopeService in com.backendsys.controller.api.Ali.AliDashscopeController required a single bean, but 2 were found:
  71. - aliDashscopeServiceImpl: defined in file [D:\CodeJava\QuickLaunchSpring\BackendSys\target\classes\com\backendsys\service\Ali\AliDashscopeServiceImpl.class]
  72. - requestAliDashscopeService: defined by method 'requestAliDashscopeService' in class path resource [com/backendsys/service/Ali/AliDashscopeConfig.class]
  73. Action:
  74. 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
  75. 2024-03-07 15:23:44,016 ERROR [main] o.s.b.d.LoggingFailureAnalysisReporter.LoggingFailureAnalysisReporter#report[LoggingFailureAnalysisReporter.java:40]
  76. ***************************
  77. APPLICATION FAILED TO START
  78. ***************************
  79. Description:
  80. Field aliDashscopeService in com.backendsys.controller.api.Ali.AliDashscopeController required a single bean, but 2 were found:
  81. - aliDashscopeServiceImpl: defined in file [D:\CodeJava\QuickLaunchSpring\BackendSys\target\classes\com\backendsys\service\Ali\AliDashscopeServiceImpl.class]
  82. - requestAliDashscopeService: defined by method 'requestAliDashscopeService' in class path resource [com/backendsys/service/Ali/AliDashscopeConfig.class]
  83. Action:
  84. 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