I\'m very new to spring boot and following Guru spring framework tutorial.
My simple spring boot application runs successfully and my controller works fine. I have us
In img tag the attribute th:src's value is pointing to incorrect path, it should be th:src="@{images/pirates.jpg}" instead of th:src="@{../static/images/pirates.jpg}"
th:src="@{images/pirates.jpg}"
th:src="@{../static/images/pirates.jpg}"
Check the final path in the rendered HTML in browser by viewing the source