0👍
This happened to me when I accidentally defined two controller methods for the same request method and endpoint.
- [Vuejs]-Accessing properties of iterated values in Vue.js
- [Vuejs]-VueJS – Define components in secondary .js file
-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
Source:stackexchange.com