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.
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
- 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
Code released under the [Apache License 2.0] (https://www.apache.org/licenses/LICENSE-2.0.html)