Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samie/spring-vaadin-demo
Simple application demo of Vaadin with Spring Boot
https://github.com/samie/spring-vaadin-demo
Last synced: 21 days ago
JSON representation
Simple application demo of Vaadin with Spring Boot
- Host: GitHub
- URL: https://github.com/samie/spring-vaadin-demo
- Owner: samie
- Created: 2015-04-29T16:52:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T08:11:33.000Z (about 9 years ago)
- Last Synced: 2023-03-14T09:15:30.606Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 429 KB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vaadin Spring Boot demo
==
This is a small Vaadin application generated using [start.spring.io](http://start.spring.io)
It uses JPA and Spring Data repository for storing data. Originally presented at Spring I/O 2015, Barcelona.The application has two views: [ListView](src/main/java/demo/ListView.java) component for listing
GPS data and [MapView](src/main/java/demo/MapView.java).Application is ready configuration for any Spring Boot/Vaadin application. The [backend classes](src/main/java/demo/backend) are only for demonstration and you most likely want to re-use your existing entities.
Running the app
--
git clone https://github.com/samie/spring-vaadin-demo
mvn package
java -jar target/demo-0.0.1-SNAPSHOT.jarApplication is running at http://localhost:8080/ and you
find the Map view in http://localhost:8080/#!mapLinks
--* Vaadin Spring info page: http://vaadin.com/spring
* Official Vaadin Spring add-ons: https://vaadin.com/directory#!browse/search=user:%22Vaadin%20Ltd%22%20spring
* Tutorial of Vaadin and Spring: https://vaadin.com/wiki/-/wiki/Main/Vaadin+Spring