This repository contains the project described in our technical note on populating a Vaadin ComboBox from a REST API.
- Run the API service
mvn spring-boot:run
(access it from http://127.0.0.1:8081/api/countries/all) - Run the UI
mvn jetty:run
(access it from http://127.0.0.1:8080)