https://github.com/vaadin/flow-spring-examples
Examples for Vaadin and Spring Boot
https://github.com/vaadin/flow-spring-examples
flow java open-source spring-application spring-boot tutorial vaadin-spring webapp
Last synced: 1 day ago
JSON representation
Examples for Vaadin and Spring Boot
- Host: GitHub
- URL: https://github.com/vaadin/flow-spring-examples
- Owner: vaadin
- Created: 2017-10-20T09:57:52.000Z (over 8 years ago)
- Default Branch: v25
- Last Pushed: 2026-04-02T11:05:35.000Z (13 days ago)
- Last Synced: 2026-04-03T01:21:10.650Z (13 days ago)
- Topics: flow, java, open-source, spring-application, spring-boot, tutorial, vaadin-spring, webapp
- Language: Java
- Homepage: https://vaadin.com/docs/flow/spring/tutorial-spring-basic.html
- Size: 5.33 MB
- Stars: 65
- Watchers: 10
- Forks: 43
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flow Spring examples
======================
This project contains the source code for the examples for using Vaadin and Spring together with the help of Spring Boot.
The tutorial can be found [here](https://vaadin.com/docs/v14/flow/spring/tutorial-spring-basic.html).
The topics that are covered in this example project:
* Getting Started with Vaadin Spring for Flow and Spring Boot: the initial `@SpringBootApplication` class.
* Injection and Scopes with Vaadin Spring
* Navigation with Vaadin Spring
* Register VaadinServiceInitListener via the Spring DI mechanism
* Flow template within Spring Boot application
* Use I18N in Spring application
## Running the project from command line
Run `mvn clean install spring-boot:run` in the project root directory. After the server has started point your browser to [http://localhost:8080](http://localhost:8080) to see the resulting application.
## Running the project from your IDE
Navigate to the `org.vaadin.spring.tutorial.TutorialApplication` class and run it as a Java application.