Static content root with Spring Boot
Answered
I have the same issue - https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000719820-Static-content-root-with-Spring-Boot?page=1#community_comment_360000192300
https://bitbucket.org/sergentum/fin-demo/src/master/ - here is my project

I tried to set up in project settings path to static folder, but with no luck.
found workaround for 2 case
add this to application.properties
spring.resources.static-locations=classpath:/
Please sign in to leave a comment.
Hello, could you please create an issue in our tracker https://youtrack.jetbrains.com/issues/IDEA and provide your local settings, that is including .idea folder and demo.iml containing your local Web Facet configuration? Thanks