SpringBoot application which uses JDBC to save and read data about the car. Using the Vaadin library, a form was created that have fields such as model, brand, color. What is more, separate subpage was created to display list of cars depending on the brand. At the start of the application, four vehicles from two different brands was added to the database.
SpringBoot application which performs CRUD actions on cars. The app use Spring Data module powered by Hibernate.