master-spring-and-spring-boot
master-spring-and-spring-boot copied to clipboard
Step 17 bootstrap not getting applied
I did the hands-on and added bootstrap but it showed no static resource error
After that I added this line to application properties then it worked
spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/