https://github.com/samie/vaadin-spring-boot-examples
Examples using Vaadin, REST and static HTML in a Spring Boot application
https://github.com/samie/vaadin-spring-boot-examples
rest spring spring-boot vaadin vaadin8
Last synced: about 2 months ago
JSON representation
Examples using Vaadin, REST and static HTML in a Spring Boot application
- Host: GitHub
- URL: https://github.com/samie/vaadin-spring-boot-examples
- Owner: samie
- License: apache-2.0
- Created: 2018-06-06T13:51:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T14:08:47.000Z (about 8 years ago)
- Last Synced: 2025-05-29T14:17:08.044Z (about 1 year ago)
- Topics: rest, spring, spring-boot, vaadin, vaadin8
- Language: Java
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Examples using Vaadin, REST and static HTML in a Spring Boot application
Relevant files are:
* [ExampleVaadinUI.java](src/main/java/com/example/vaadinspringbootdemo/ExampleVaadinUI.java) - Vaadin application
* [ExampleRestController.java](src/main/java/com/example/vaadinspringbootdemo/ExampleRestController.java) - REST controller
* [example.html](src/main/resources/static/example.html) - Static HTML file
This project is created using [start.spring.io](http://start.spring.io)