New to IntelliJ. The IDE message is that it cannot resolve the directory. For example if the stylesheet link is
href="resources/css/bootstrap.css"
I get the message that the IDE cannot resolve the directory. If I do this it can, but it is wrong from the browser standpoint:
href="/resources/css/bootstrap.css"
I don't know my way around IntelliJ yet so hints on setting it up and resolving this problem are appreciated.
Thank you,
David