Full-Stack Spring Boot Vaadin applications!
- Step 0: Hello World Vaadin getting started
- Versioning and releasing automation with maven
- Helpful resources and links
hello, vaadin! generate new project by using: vaadin starter
./mvnw -f step-0-getting-started package spring-boot:run
./mvnw -f step-0-getting-started package spring-boot:build-image docler-compose:up
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
see .mvn/release.sh script for details.
bash .mvn/release.sh