@Autowired
private TransportClient client;
啟動時報了Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.elasticsearch.client.transport.TransportClient' available:
debug的時候發現@Bean
public TransportClient client() 這個方法根本就沒有進去執行