You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case RoutingPathResolver can not find request mapping methods in any controllers whose name is *controller. But when i change the name of controller ex)UserController -> UserControllerd
It works.
Also when i tested with new project which has UserController, it works. I can not see any difference between new projects and my projects.
Is there any chances other class or configuration can impact your library?
The text was updated successfully, but these errors were encountered:
In my case RoutingPathResolver can not find request mapping methods in any controllers whose name is *controller. But when i change the name of controller ex)UserController -> UserControllerd
It works.
Also when i tested with new project which has UserController, it works. I can not see any difference between new projects and my projects.
Is there any chances other class or configuration can impact your library?
The text was updated successfully, but these errors were encountered: