Почему приложение не запускается после написания аннотации @Enable Caching в java-файле SpringApplication? - PullRequest
0 голосов
/ 19 апреля 2019

Я хочу включить кэширование в приложении Springboot.Прежде чем аннотировать его с помощью @EnableCaching, приложение работало.

Я хочу использовать redis и кэширование памяти в моем приложении.Тип кеширования должен быть определен мной.

org.springframework.data.repository.config.RepositoryConfigurationDelegate [] : org.springframework.data.repository.config.RepositoryConfigurationDelegatem
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport [] : org.springframework.data.repository.config.RepositoryConfigurationExtensionSupportm
org.springframework.data.repository.config.RepositoryConfigurationDelegate [] : org.springframework.data.repository.config.RepositoryConfigurationDelegatem
org.springframework.data.repository.config.RepositoryConfigurationDelegate [] : org.springframework.data.repository.config.RepositoryConfigurationDelegatem
org.springframework.data.repository.config.RepositoryConfigurationDelegate [] : org.springframework.data.repository.config.RepositoryConfigurationDelegatem
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport [] : org.springframework.data.repository.config.RepositoryConfigurationExtensionSupportm
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport [] : org.springframework.data.repository.config.RepositoryConfigurationExtensionSupportm
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport [] : org.springframework.data.repository.config.RepositoryConfigurationExtensionSupportm
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport [] : org.springframework.data.repository.config.RepositoryConfigurationExtensionSupportm
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport [] : org.springframework.data.repository.config.RepositoryConfigurationExtensionSupportm
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport [] : org.springframework.data.repository.config.RepositoryConfigurationExtensionSupportm
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport [] : org.springframework.data.repository.config.RepositoryConfigurationExtensionSupportm
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport [] : org.springframework.data.repository.config.RepositoryConfigurationExtensionSupportm
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport [] : org.springframework.data.repository.config.RepositoryConfigurationExtensionSupportm
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport [] : org.springframework.data.repository.config.RepositoryConfigurationExtensionSupportm
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport [] : org.springframework.data.repository.config.RepositoryConfigurationExtensionSupportm
org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport [] : org.springframework.data.repository.config.RepositoryConfigurationExtensionSupportm
org.springframework.data.repository.config.RepositoryConfigurationDelegate [] : org.springframework.data.repository.config.RepositoryConfigurationDelegatem
org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [] : org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorCheckerm
org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [] : org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorCheckerm
org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [] : org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorCheckerm
org.springframework.boot.web.embedded.tomcat.TomcatWebServer [] : org.springframework.boot.web.embedded.tomcat.TomcatWebServerm
org.apache.coyote.http11.Http11NioProtocol [] : org.apache.coyote.http11.Http11NioProtocolm
org.apache.catalina.core.StandardService [] : org.apache.catalina.core.StandardServicem
org.apache.catalina.core.StandardEngine [] : org.apache.catalina.core.StandardEnginem
org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] [] : org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]m
org.springframework.web.context.ContextLoader [] : org.springframework.web.context.ContextLoaderm
org.elasticsearch.plugins.PluginsService [] : org.elasticsearch.plugins.PluginsServicem
org.elasticsearch.plugins.PluginsService [] : org.elasticsearch.plugins.PluginsServicem
org.elasticsearch.plugins.PluginsService [] : org.elasticsearch.plugins.PluginsServicem
org.elasticsearch.plugins.PluginsService [] : org.elasticsearch.plugins.PluginsServicem
org.elasticsearch.plugins.PluginsService [] : org.elasticsearch.plugins.PluginsServicem
org.elasticsearch.plugins.PluginsService [] : org.elasticsearch.plugins.PluginsServicem
org.springframework.data.elasticsearch.client.TransportClientFactoryBean [] : org.springframework.data.elasticsearch.client.TransportClientFactoryBeanm
org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext [] : org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContextm
org.apache.catalina.core.StandardService [] : org.apache.catalina.core.StandardServicem
org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener [] : org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListenerm
org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter [] : org.springframework.boot.diagnostics.LoggingFailureAnalysis
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...