[Vuejs]-Error creating bean with name 'restHandlerMapping' Missing path mapping. bean 'repositoryController' must be mapped to a non-empty path

0👍

This happened to me when I accidentally defined two controller methods for the same request method and endpoint.

-1👍

I confirm the problem is the version of spring boot I have.

Just change the version to 2.2.0.M1 and it will work.

👤Omar

Leave a comment