I ran the spring-boot-sample-web-static project from here, made this alteration to the pom
org.springframework.boot&l
I had to add thymeleaf dependency to pom.xml. Without this dependency Spring boot didn't find static resources.
org.springframework.boot spring-boot-starter-thymeleaf