gs-crud-with-vaadin
gs-crud-with-vaadin copied to clipboard
Creating CRUD UI with Vaadin :: Use Vaadin and Spring Data JPA to build a dynamic UI
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
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...