2019-03-01 18:02:27.998 [main] INFO o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7b1d7fff: startup date [Fri Mar 01 18:02:27 CST 2019]; root of context hierarchy
2019-03-01 18:02:28.545 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-03-01 18:02:28.592 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'configurationPropertiesRebinderAutoConfiguration' of type [class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$870ef58b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
日志太少了,多多的提交日志
日志内容不全,请提交详细日志
貌似是@Autowire注解使用有问题,你的service接口添加上@Service试试!