Skip to content

Integration of Vaadin Framework, Spring Boot and Spring Plugin to develop "pluggable" application

Notifications You must be signed in to change notification settings

hectorlicea/vaadin-spring-plugin-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaadin demo application using spring-boot and spring-plugin

This demo implements a "pluggable" Vaadin application with Spring Boot and Spring Plugin

Building the demo

git clone https://github.com/hectorlicea/vaadin-spring-plugin-demo.git
cd vaadin-spring-plugin-demo
mvn clean install

Running the demo

java -jar main/target/main.jar

Start you browser with http://localhost:8080

All data show with default plugin.

With default plugin

Add weather-plugin plugin

1. Stop the application

2. Create plugins folder. For example in /opt

mkdir /opt/plugins

3. Copy weather-plugin.jar file to plugins folder.

cp weather-plugin/target/weather-plugin.jar /opt/plugins

4. Start main application with the plugins folder name in loader.path parameter

java -Dloader.path=/opt/plugins -jar main/target/main.jar

5. Start you browser with http://localhost:8080

weather data show with plugin

With wetaher plugin

About

Integration of Vaadin Framework, Spring Boot and Spring Plugin to develop "pluggable" application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages