@Configuration
@PropertySource("classpath:profile.properties")
@ConfigurationProperties
public class EsConfig
extends java.lang.Object
Constructor | Description |
---|---|
EsConfig() |
|
EsConfig(java.lang.String host,
int port,
java.lang.String clusterName) |
Modifier and Type | Method | Description |
---|---|---|
org.elasticsearch.client.Client |
client() |