- Vaadin
14.2.x
- Spring Boot
2.3.x.RELEASE
- Java 8 (not tested with 11 and above)
mvn clean install
- build everythingcd demo-service
- move to the vaadin applicationmvn spring-boot:run
- start vaadin application
mvn -Pproduction clean install
- build everything including vaadin as production appcp demo-service/target/demo-service-1.0.0-SNAPSHOT-exec.jar ${YOUR_DESTINATION}
- copy the executable jar./demo-service-1.0.0-SNAPSHOT-exec.jar
- execute it