Spring mvc @RequestMapping on class level and method level 404 Status
问题 I know that there are lot of posts here with the same problem, but none of them seem to help me, so this will probably be a duplicate. Im creating a spring mvc application using Maven, i have only one controller with one method. When i put the request mapping annotation only on the class level the application works fine but when i put it on the class level and the method level and i send a request like this: localhost:8080/myapplication/planification/projet i get 404 error: HTTP Status 404 -