Skip to content

viritin/viritin-spring-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archetype for Vaadin + Spring Boot projects

This is a WIP archetype for Vaadin + Spring Boot projects. The result is pretty much the same as you get from start.spring.io, but with a ready setup for add-on usage and a UI class with an integration to a dummy Spring service.

Note, the archetype is not regularly update to contain the latest Vaadin bugfix release, so check the latest version from vaadin.com/releases or use LATEST.

Until the final version is out, you can use the SNAPSHOT with following command:

mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate  \
    -DarchetypeGroupId=in.virit  \
    -DarchetypeArtifactId=spring-app-archetype  \
    -DarchetypeRepository=https://oss.sonatype.org/content/repositories/snapshots/  \
    -DarchetypeVersion=0.0.1-SNAPSHOT

About

The missing Vaadin + Spring Boot archetype

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages