gs-crud-with-vaadin icon indicating copy to clipboard operation
gs-crud-with-vaadin copied to clipboard

Creating CRUD UI with Vaadin :: Use Vaadin and Spring Data JPA to build a dynamic UI

Results 4 gs-crud-with-vaadin issues
Sort by recently updated
recently updated
newest added

It fixes migration to next vaadin version 24.4.x See: https://github.com/vaadin/hilla/issues/2169

Update the guide to use the most recent Spring Boot version. To do so, change the Spring Boot version in: initial/build.gradle initial/pom.xml complete/build.gradle complete/pom.xml

help wanted
good first issue

At the end of the tutorial, in the "Build an executable JAR" paragraph, the build instructions are missing the "production" profile that actually builds the frontend files to include in...

bug