Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.15 KB

spring-boot-vaadin-bootstrap

Contains several example projects to bootstrap a Vaadin application using gradle, spring-boot and vaadin4spring

The projects are missing several features like unit-test, logging and custom Vaadin-Themes. I plan to add them soon. Feel free to contribute.

Usage

Clone the repository and import the Porject into your IDE. To launch an example, simply run ./gradlew bootRun in the root of the example. An embedded Tomcat Server will be started and after a view seconds your application is accessible under http://localhost:8080

Available modules

  • spring-boot-vaadin-multi - contains a multi-module gradle project
  • spring-boot-vaddin-quickstart - contains the same code as spring-boot-vaadin-multi but as a single gradle project

License

Code released under the [Apache License 2.0] (https://www.apache.org/licenses/LICENSE-2.0.html)

Read More