类 EsSqlConfig
- java.lang.Object
-
- ai.yue.library.data.es.config.sql.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
-
-
方法详细资料
-
esDb
@Bean public Db esDb() throws SQLException
- 抛出:
SQLException
-
-