Suvrat1629 commented on issue #1879:
URL: https://github.com/apache/shiro/issues/1879#issuecomment-2613244520
@lprimak
In the constructor of `ShiroRequestMappingConfig`, I have to add the
`@Qualifier` annotation to explicitly specify which
`RequestMappingHandlerMapping` bean should be injected.
```java
public ShiroRequestMappingConfig(@Qualifier("requestMappingHandlerMapping")
RequestMappingHandlerMapping requestMappingHandlerMapping)
```
is this approach right? Do i need to look into anymore files?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]