springboot启动太慢优化

edas springboot消费者工作启动太慢

从控制台日志 ,下面每个接口就要耗时6秒 如果30个接口 30*6=180秒

2017-12-28 22:10:32.584 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker|  - Bean 'userAgentApi' of type [com.taobao.hsf.app.spring.util.HSFSpringConsumerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-12-28 22:10:38.605 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker|  - Bean 'userBaseApi' of type [com.taobao.hsf.app.spring.util.HSFSpringConsumerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-12-28 22:10:44.620 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker|  - Bean 'userRightConfigApi' of type [com.taobao.hsf.app.spring.util.HSFSpringConsumerBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

 

发表评论

邮箱地址不会被公开。