问题 I am using Spring Boot, and am trying to make my static resources (CSS, JS, Fonts) available when deployed. The source code is available for you to look at or clone from https://github.com/joecracko/StaticResourceError. Right now my CSS, JS, and Font files are not visible to my deployed website. Here is my project directory structure: Here is the root directory of the compiled JAR: I assure you the files are present in their respective folders. Here is the network error I am seeing: And here