https://github.com/vaadin/flow-crm-tutorial
Demo app for the Java Web App tutorial series
https://github.com/vaadin/flow-crm-tutorial
java java-web spring-boot tutorial vaadin
Last synced: 3 days ago
JSON representation
Demo app for the Java Web App tutorial series
- Host: GitHub
- URL: https://github.com/vaadin/flow-crm-tutorial
- Owner: vaadin
- License: unlicense
- Created: 2020-01-23T20:35:18.000Z (about 6 years ago)
- Default Branch: v25
- Last Pushed: 2026-03-25T10:46:18.000Z (23 days ago)
- Last Synced: 2026-03-26T13:44:50.164Z (22 days ago)
- Topics: java, java-web, spring-boot, tutorial, vaadin
- Language: Java
- Size: 29.6 MB
- Stars: 201
- Watchers: 23
- Forks: 195
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Spring Boot and Vaadin course source code
This repository contains the source code for the [Building Modern Web Applications With Spring Boot and Vaadin](https://vaadin.com/docs/latest/flow/tutorials/in-depth-course).
*Live demo:* https://crm.demo.vaadin.com
## Running the Application
There are two ways to run the application: using `mvn` or by running the `Application` class directly from your IDE.
## Branches
- The main branch contains the source code for the latest Vaadin release
- The `v14` branch contains the source code for Vaadin 14
## Text tutorial
You can find a text version of the tutorial in the [Vaadin Documentation](https://vaadin.com/docs/latest/flow/tutorials/in-depth-course).