类 EsSqlConfig


  • @Configuration
    @EnableConfigurationProperties(EsSqlProperties.class)
    @ConditionalOnProperty(prefix="yue.es.sql",
                           name="enabled",
                           havingValue="true")
    public class EsSqlConfig
    extends Object
    ES SQL 配置
    从以下版本开始:
    2020年8月3日
    作者:
    ylyue