Skip to content

Multiple controllers with the same class level request mapping get ignored #3

@micksear

Description

@micksear

Hi, I've been implementing this in my app and have noticed that if I have something like @RequestMapping("/api") in multiple controllers, only one gets processed. This is perfectly legal in Spring. If I refactor the class so it has no class level request mapping and instead adds that context path into each method's annotations, it displays them correctly.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions