in28minutes / master-spring-and-spring-boot

Spring and Spring Boot Tutorial For Absolute Beginners - 10-in-1 - Spring to Spring Boot to REST API to Full Stack to Containers to Cloud
https:/links.in28minutes.com/sb
1.29k stars 648 forks source link

Step 17 bootstrap not getting applied #35

Open Pritam0077 opened 7 months ago

Pritam0077 commented 7 months ago

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/