Create an autocomplete in an HTML page, using JQuery. Use a Spring Boot endpoint as a source URL to provide the JSON-formatted suggestion data for the JQuery autocomplete. The data that we are using comes from a video that we made previously, where our Spring Boot service invokes a JSON service on a separate website/URL. We see how to filter autocomplete values by using JQuery's term parameter (name:value pair) that gets passed to our endpoint. While we use JQuery and Spring Boot in this video, it's very possible to apply these same JQuery autocomplete concepts to other backend languages, like .net and Perl.
To see more, explore the Spring Boot Microservices playlist at: • Java Web Application Considerations: ...
You can also find the source code for this example on GitHub, at: https://github.com/discospiff/SpringB...