Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

A simple Vaadin app with a view to submit t-shirt orders and another to list entries

Notifications You must be signed in to change notification settings

vaadin/t-shirt-shop-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic Vaadin and Spring Boot example

The example contains a view that submits T-shirt orders. The UI is similar to what you might have seen in Vaadin expo booth.

T-shirt Shop

In addition this version submits the orders to a JPA backend, validates the data automatically based on JSR-303 annotations in the domain object and also contains a view to list current submissions.

Clone and run the app

You can use it as a basis for your Vaadin experiments. To play around with the example, check it out using git or download the zip. Import it to your favorite IDE and execute the Application class or start the app from command line using:

git clone https://github.com/vaadin/t-shirt-shop-example.git
cd t-shirt-shop-example
mvn spring-boot:run

The application opens to http://localhost:8080

Where to go from here?

There is a tutorial about Creating CRUD UI with Vaadin at https://spring.io/guides/gs/crud-with-vaadin/ and for more complete Vaadin examples, visit http://vaadin.com/start

About

A simple Vaadin app with a view to submit t-shirt orders and another to list entries

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •