Build a full-stack Spring Boot web app in 10 minutes (tutorial) Vaadin Flow

preview_player
Показать описание
Learn how to build a full-stack web application using Spring Boot, Spring Data, and Vaadin Flow.

0:00 - Intro
0:14 - Project overview
0:30 - Add H2 and Spring Data dependencies
1:08 - Creating a view
1:46 - Starting the application
2:07 - Backend: entity and repository
3:48 - Building a view for entering and listing todos
9:52 - Outro

Рекомендации по теме
Комментарии
Автор

now a 20 minute tutorial using proper gradle, proper databinding and basic spring security for logins. This is what 90% of the viewers need.

lucasmontec
Автор

thx, i am new to vaadin, nice introduction. could you please make a tutorial on how to handle style

joelfankam
Автор

Vaadin is very attractive, but questions remain about flexibility. That is very important in real world.
Could be nice to see in video how difficult or easy to customize components.
Like merging cells in a grid. Adding dropdown box inside cell.

Burajiru-san
Автор

can I used Vaadin to develop 3D animations on my UI and create customer UI features based on my clients UI design ?

efzo
Автор

How do I add vaadin to an already existing spring Boot app with the security module added?

benjamine.ndugga
Автор

You dont need to use @Autowired Annotation in View for the Repo?

elgijo