zoukankan      html  css  js  c++  java
  • redis

    2016-03-26 16:56:00  Loading XML bean definitions from class path resource [config/xml/spring-context.xml]
    2016-03-26 16:56:00  Loading XML bean definitions from class path resource [config/xml/redis-context.xml]
    2016-03-26 16:56:00  Refreshing org.springframework.context.support.GenericApplicationContext@7bb52a38: startup date [Sat Mar 26 16:56:00 CST 2016]; root of context hierarchy
    2016-03-26 16:56:00  Loading properties file from class path resource [config/property/redis.properties]
    2016-03-26 16:56:00  Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5d91fa4: defining beans [org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,poolConfig,connectionFactory,redisTemplate,userDao]; root of factory hierarchy
    6673
    234
    2016-03-26 16:56:08  Closing org.springframework.context.support.GenericApplicationContext@7bb52a38: startup date [Sat Mar 26 16:56:00 CST 2016]; root of context hierarchy
    2016-03-26 16:56:08  Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5d91fa4: defining beans [org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter#0,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,poolConfig,connectionFactory,redisTemplate,userDao]; root of factory hierarchy
    image

  • 相关阅读:
    文件上传---普通文件fileupload.jar和url文件httpUrlConnection
    HttpClient学习整理
    编写更少量的代码:使用apache commons工具类库
    多线程进阶
    多线程下HashMap的死循环问题
    线程本地变量ThreadLocal源码解读
    Eclipse工作常见问题总结
    Java集合---ConcurrentHashMap原理分析
    Java集合---Arrays类源码解析
    Java集合---LinkedList源码解析
  • 原文地址:https://www.cnblogs.com/asoks/p/5323360.html
Copyright © 2011-2022 走看看