Skip to content

flefebure/flow-spring-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaadin Spring tutorial

This project contains the source code for the tutorial for using Vaadin and Spring together with the help of Spring Boot.

The tutorial can be found here.

The topics that are covered in this tutorial 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 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.

About

Examples for Vaadin platform and Spring Boot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.4%
  • JavaScript 3.6%