I\'m trying to learn Spring on my own, and I\'m planning to do that by creating a blog web app. I already have the basic blog functionality working, which is a page to display b
I know it's a bit late but this may help others.
Just put BY before ORDER, like this: findAllByOrderByIdDesc
BY
ORDER
findAllByOrderByIdDesc
It should work.