Skip to content

Full-stack Spring Boot Vaadin applications!

License

Notifications You must be signed in to change notification settings

daggerok/fullstack-vaadin-boot-apps

Repository files navigation

fullstack-vaadin-boot-app CI

Full-Stack Spring Boot Vaadin applications!

table of content

step: 0

hello, vaadin! generate new project by using: vaadin starter

dev

./mvnw -f step-0-getting-started package spring-boot:run

prod

./mvnw -f step-0-getting-started package spring-boot:build-image docler-compose:up

docker

docker run --rm -it --name maven -v /tmp/fullstack-vaadin-boot-apps.m2:/root/.m2 -v `pwd`:/root/app -w /root/app maven:3.8.1-openjdk-11-slim ./mvnw -f step-0-getting-started -P production package
./mvnw -f step-0-getting-started -P production spring-boot:build-image docler-compose:up

versioning and releases

see .mvn/release.sh script for details.

bash .mvn/release.sh

resources