manticoresoftware / manticoresearch-java

Official Java client for Manticore Search
MIT License
41 stars 5 forks source link

has integration spring boot demo code?? #13

Closed startjava closed 8 months ago

startjava commented 1 year ago

has integration spring boot demo code?? please give me a few url.

Nick-S-2018 commented 1 year ago

So far, we don't fully support Spring Boot. The related issue's been discussed here. In general, we use the OpenApiGenerator tool for generating out clients. Now it has a generator for SpringBoot too, so if you are interested in this, you could generate the client by yourself and made a request for us to add it as a new Manticore client. You can look here for the examples of how our other clients are implemented.

FriskKiddo commented 8 months ago

hi, have a plan to publish your newest client to solve it ?

Nick-S-2018 commented 8 months ago

Hi, This issue has already been solved, and the Java client can work with SpringBoot now. You can use the demo code from Readme as an example.