I am trying to get up to speed on Vaadin. In Spring Boot MVC, CSS and Static files a generall put in the resource folder. I’ve seen a couple of Vaadin related web posting about CSS and basically, they advise to put the CSS file in the WebFolder, which does not exist in a Maven MVC. Please advise how to create and reference CSS files in a Maven spring boot project. A pointer to an example would be great.