Should controller take "id" as PathVariable or should it take "page-id" – SEO
We are trying to create SEO friendly roads. In this context, we decided to make changes to the url. E.g: /141(id) --> /example-page-141 I argue that we should get the "id" value as PathVariable on the back-end side. Another solution…