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?
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?