/easy-es-springboot-demo-en

Demo of easy-es used in Springboot

Primary LanguageJavaApache License 2.0Apache-2.0

easy-es-springboot-demo-en

Demo of easy-es used in Springboot

  1. Edit application.yml

    easy-es:
    address: 127.0.0.0:9200 # Your elasticsearch address,must contains port, If it is a cluster, please separate with',' just like this: 127.0.0.0:9200,127.0.0.1:9200
  2. Run your project with IDE

  3. Use your browser or postman to request the following addresses in turn:

Then you will get the result what you searched in your browser or postman.


Summary

At this point, you have initially experienced the basic functions of Easy-Es. If you feel that the experience is good, and you want to further experience more powerful functions, you can check the reference document