We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ElasticSearchHelper.getRestClientUtil("es/xxx.xml") 容器[conf/elasticsearch.xml]没有定义名称为[es/xxx.xml]的bean对象 求教是什么问题呢
The text was updated successfully, but these errors were encountered:
@GimoXie 用错了方法,应该用 ClientInterface clientUtil = ElasticSearchHelper.getConfigRestClientUtil("esmapper/sql.xml");//define an instanceof ConfigRestClientUtil,It's single instance, multithreaded secure. 参考文档:https://esdoc.bbossgroups.com/#/RestClientUtil-ConfigRestClientUtil
ClientInterface clientUtil = ElasticSearchHelper.getConfigRestClientUtil("esmapper/sql.xml");//define an instanceof ConfigRestClientUtil,It's single instance, multithreaded secure.
Sorry, something went wrong.
No branches or pull requests
ElasticSearchHelper.getRestClientUtil("es/xxx.xml")
容器[conf/elasticsearch.xml]没有定义名称为[es/xxx.xml]的bean对象
求教是什么问题呢
The text was updated successfully, but these errors were encountered: