I remember that the website start.vaadin.com used to randomly generate the project groupId and artifactId by default, and also a checkbox to include a security option.
If selected, it would generate a basic Spring Security implementation.
But it seems like these two features are no longer available?
Yes, you are right. There are no more random group and artifact ids, we reverted to classic naming. Also security option has been removed due to simplification of base starter project.
If you wish to have project with security configuration use Playground, add any view and choose one of available View Access values.
2 Likes