Skip to content

selop/Vaadin-Spring-Boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaadin & Spring Boot

Playground for the Vaadin UI & Spring Boot framework. Vaadin for Spring Boot is still in beta so there might be bugs. Nevertheless it is a very neat way to fire a web project with cool UI.

This project is an extended version of this tutorial.

Preview

gif

Run from cmd line

In the root directory of the project. Run the following commands:

$ gradle build
$ java -jar build/libs/mymodule-0.0.1-SNAPSHOT.jar

If you don't have gradle installed use the wrapper ./gradlew build instead.

After that navigate your browser to this URL:

localhost:8080

HighChart API integration

The charts are being rendered with the help of VaadinHighChartsAPI.

License

MIT

About

Playground for the Vaadin UI & Spring Boot framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages