debug.log 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 2025-05-09 15:47:49,955 [main] INFO [com.yaoyicloud.Main] StartupInfoLogger.java:55 - Starting Main using Java 17.0.1 on DESKTOP-UA6VNIT with PID 17516 (C:\Users\yyy\Desktop\easier-render\easier-report-biz\target\classes started by yyy in C:\Users\yyy\Desktop\easier-render)
  2. 2025-05-09 15:47:49,957 [main] INFO [com.yaoyicloud.Main] SpringApplication.java:638 - The following 1 profile is active: "loc"
  3. 2025-05-09 15:47:49,993 [main] INFO [c.a.cloud.nacos.configdata.NacosConfigDataLoader] DeferredLog.java:255 - [Nacos Config] Load config[dataId=easier-report-biz.yml, group=loc] success
  4. 2025-05-09 15:47:49,994 [main] INFO [c.a.cloud.nacos.configdata.NacosConfigDataLoader] DeferredLog.java:255 - [Nacos Config] Load config[dataId=application.yml, group=loc] success
  5. 2025-05-09 15:47:50,573 [main] INFO [o.s.d.r.config.RepositoryConfigurationDelegate] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode
  6. 2025-05-09 15:47:50,575 [main] INFO [o.s.d.r.config.RepositoryConfigurationDelegate] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  7. 2025-05-09 15:47:50,612 [main] INFO [o.s.d.r.config.RepositoryConfigurationDelegate] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 21 ms. Found 0 Redis repository interfaces.
  8. 2025-05-09 15:47:50,762 [main] INFO [o.springframework.cloud.context.scope.GenericScope] GenericScope.java:283 - BeanFactory id=63644d6d-f4da-330a-a67f-0f2efd4dbe03
  9. 2025-05-09 15:47:50,817 [main] INFO [c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor] EnableEncryptablePropertiesBeanFactoryPostProcessor.java:44 - Post-processing PropertySource instances
  10. 2025-05-09 15:47:50,817 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:105 - Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
  11. 2025-05-09 15:47:50,819 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  12. 2025-05-09 15:47:50,819 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
  13. 2025-05-09 15:47:50,820 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  14. 2025-05-09 15:47:50,820 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
  15. 2025-05-09 15:47:50,820 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  16. 2025-05-09 15:47:50,820 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource loc@easier-report-biz.yml [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  17. 2025-05-09 15:47:50,821 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource loc@application.yml [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  18. 2025-05-09 15:47:50,821 [main] INFO [c.u.j.EncryptablePropertySourceConverter] EncryptablePropertySourceConverter.java:110 - Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  19. 2025-05-09 15:47:50,995 [main] WARN [o.s.c.a.AnnotationConfigApplicationContext] AbstractApplicationContext.java:599 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'reportController' defined in file [C:\Users\yyy\Desktop\easier-render\easier-report-biz\target\classes\com\yaoyicloud\controller\ReportController.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.data.redis.core.RedisTemplate<java.lang.String, java.lang.Object>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
  20. 2025-05-09 15:47:51,006 [main] INFO [o.s.b.a.l.ConditionEvaluationReportLoggingListener] ConditionEvaluationReportLoggingListener.java:136 -
  21. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  22. 2025-05-09 15:47:51,029 [main] ERROR [o.s.b.diagnostics.LoggingFailureAnalysisReporter] LoggingFailureAnalysisReporter.java:40 -
  23. ***************************
  24. APPLICATION FAILED TO START
  25. ***************************
  26. Description:
  27. Parameter 1 of constructor in com.yaoyicloud.controller.ReportController required a bean of type 'org.springframework.data.redis.core.RedisTemplate' that could not be found.
  28. Action:
  29. Consider defining a bean of type 'org.springframework.data.redis.core.RedisTemplate' in your configuration.