I have POST and GET methods, but when I hide the get method why does an error occurs?(The post method should run until the page get dispatched to GET)
I am new to spring boot. I have get and post methods in my controller class.
But when I hide the get method I think the post method should run without an error until i hit submit. I have thyme leaf and spring-web dependencies.