|
@ -6,10 +6,10 @@ import org.springframework.context.annotation.Configuration;
|
|
import javax.annotation.PostConstruct;
|
|
import javax.annotation.PostConstruct;
|
|
|
|
|
|
/**
|
|
/**
|
|
* Created by progr1mmer on 2017/12/1.
|
|
|
|
|
|
* @author progr1mmer
|
|
|
|
* @date Created on 2018/1/4.
|
|
*/
|
|
*/
|
|
|
|
|
|
@ConfigurationProperties(prefix = "elasticsearch")
|
|
|
|
|
|
@ConfigurationProperties(prefix = "spring.elasticsearch")
|
|
@Configuration
|
|
@Configuration
|
|
public class ElasticSearchConfig {
|
|
public class ElasticSearchConfig {
|
|
|
|
|