Theming with Spring Boot

doesn’t work

I am facing the simliar error:

2017-09-08 04:09:27.790 INFO 16404 — [nio-8080-exec-4]
com.vaadin.server.VaadinServlet : Requested resource
[/VAADIN/themes/tests-valo-facebook/styles.css] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.

I moved the /VAADIN/themes/ in the Spring boot resources forlder; apparently it cannot be found.

Thank for the info. It work for me.